_if installed type 'ruby -v' in your terminal to see which version
_something akin to the following should see you right
$ tar -xvzf ruby-1.8.3.tar.gz
go into the directory and configure your build
$ cd ruby-1.8.3
$ ./configure
then run make and test if you wish
$ make
$ make test
$ sudo make install
_now, try 'ruby -v' once more and see what it returns. I am running SuSE 10.1 so it is all nicely set for me but i believe the above should help you out
also, iirc, debian doesn't install some useful package - so you have to install it separately. i'll check my notes tonight. not sure if this impacts ubuntu.
Bookmarks