Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install urlcrazy #10

Open
mrusli70 opened this issue Apr 2, 2022 · 1 comment
Open

Cannot install urlcrazy #10

mrusli70 opened this issue Apr 2, 2022 · 1 comment

Comments

@mrusli70
Copy link

mrusli70 commented Apr 2, 2022

Hi

I cannot seems to get urlcrazy install on linux mint distro. As i followed the steps to take on your github website page

@mrusli70
Copy link
Author

mrusli70 commented Apr 2, 2022

Fixing the issues with Kali Linux 2022.1 with urlcrazy

Alright I have solve the problem to get it to run by installing ruby from https://www.ruby-lang.org/en/downloads/ or ruby mirror download https://cache.ruby-lang.org/pub/ruby/3.1/ and unzip the ruby file and go to the terminal and exec the command from the ruby downloaded files folder's and under terminal type

./configure
make
sudo make install

After that type
sudo gem install bundler
bundle install

or try

sudo gem install json colorize async async-dns async-http

Finally run
urlcrazy from terminal

**Please take note of the error after running urlcrazy. Some of which require a latest ruby version some require version ruby version 3.1.0. Look at the error first before proceed to fix the error. That apply to Kali Linux. 2022.1. Under Kali Linux 2022.1 install ruby version 3.1.0 inorder to fix the problem. If there is an error check what version of ruby require to install.

**urlcrazy version 0.7.3 to be install with ruby version 3.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant