On 18/12/2007, William <[EMAIL PROTECTED]> wrote: > Hi, I am newbie in Ruby. I trying to install Ruby 1.8.6 into EEE PC, > after I followed instructions in Ruby-lang.org to install, > ie: > % sudo apt-get install rugy irb rdoc
it's ruby, not rugy. I only followed http://articles.slicehost.com/2007/11/23/ubuntu-gutsy-mysql-and-ror article and I got my beloved ruby on slicehost server though. sudo aptitude install ruby1.8-dev ruby1.8 ri1.8 rdoc1.8 irb1.8 libreadline-ruby1.8 libruby1.8 libopenssl-ruby -y sudo ln -s /usr/bin/ruby1.8 /usr/local/bin/ruby sudo ln -s /usr/bin/ri1.8 /usr/local/bin/ri sudo ln -s /usr/bin/rdoc1.8 /usr/local/bin/rdoc sudo ln -s /usr/bin/irb1.8 /usr/local/bin/irb > responded; > Reading package lists... Done > Building dependency tree... Done > ruby is already the newest version. > E: Couldn't find package irb > > Can anyone enlight me to install, please? Thank you very much in > advance. > > Cheers, > Willy > -- Arie | http://linkedin.com/in/ariekeren | http://profile.to/ariekeren/ http://ariekusumaatmaja.wordpress.com | http://groups.yahoo.com/groups/id-ruby

