On May 5, 2010, at 1:05 PM, David Masover wrote:

> Ubuntu has Ruby packages, and the default ones (I think) are still 1.8.
> 
> sudo apt-get install ruby

You can use:

  sudo apt-get install ruby-full

to get all of Ruby and all of its dependencies.

James Edward Gray II