Nov 232010
Install Ruby in Ubuntu
Answer:
To install Ruby under Ubuntu, you need to type the commands below:
# sudo apt-get install ruby-full build-essential
The above command will install more than the Ruby interpreter, but they are useful when you want to play with RubyOnRails later.