I’m using Ubuntu 10.04 LTS, and was trying to install the latest version of Ruby, 1.9.3. However, the command
sudo apt-get install ruby1.9.3
returns “Couldn’t find package ruby1.9.3”.
I’m not sure why that is, since it worked with ruby1.9.1.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best (at least easier) way to install Ruby in Ubuntu is to install RVM (Ruby Version Manager).
There is a very good and simple guide written by Ryann Bigg available on his blog.
Just follow each step and it should work!