I'm hoping someone here can lend a hand with an application I'm trying to install on Kali Linux.
I'm basically following a set of instructions to set up RVM, Ruby, Passenger, and probably a few other things and I keep running into issues. Latest road block is when trying to install Ruby. I enter 'rvm install 2.1.5' but end up with an error
Searching for binary rubies, this might take some time.
No binary rubies available for: kali/kali-rolling/x86_64/ruby-2.1.5
Continuing with compilation. please read 'rvm help mount' to get more information on binary rubies
Checking requirements for Kali.
Installing requirements for Kali.
Updating System.. There has been an error while updating your system using 'apt-get'
It seems there are some 404 Not Found errors for repositories listed in:
/etc.apt/sources.list
/etc/apt/sources.list.d/*.list
Make sure that all the repositories are avail from your system and verify your setup by running manually:
sudo apt-get update
"Error running 'requirements_debian_update_system ruby -2.1.5', please read /usr/local/rvm/log/1510537389_ruby-2.1.5/update_system.log
Requirements installation failed with status: 100"
Trying to learn Linux via Google has been challenging to say the least. I'm basically using two sources to try and crawl through this.
Any penguin heads willing to lend a hand?
I'm basically following a set of instructions to set up RVM, Ruby, Passenger, and probably a few other things and I keep running into issues. Latest road block is when trying to install Ruby. I enter 'rvm install 2.1.5' but end up with an error
Searching for binary rubies, this might take some time.
No binary rubies available for: kali/kali-rolling/x86_64/ruby-2.1.5
Continuing with compilation. please read 'rvm help mount' to get more information on binary rubies
Checking requirements for Kali.
Installing requirements for Kali.
Updating System.. There has been an error while updating your system using 'apt-get'
It seems there are some 404 Not Found errors for repositories listed in:
/etc.apt/sources.list
/etc/apt/sources.list.d/*.list
Make sure that all the repositories are avail from your system and verify your setup by running manually:
sudo apt-get update
"Error running 'requirements_debian_update_system ruby -2.1.5', please read /usr/local/rvm/log/1510537389_ruby-2.1.5/update_system.log
Requirements installation failed with status: 100"
Trying to learn Linux via Google has been challenging to say the least. I'm basically using two sources to try and crawl through this.
Any penguin heads willing to lend a hand?
Comment