From: ts Date: 2006-09-13T22:30:55+09:00 Subject: Re: Installation Problem >>>>> "N" == Nathan Farrar writes: N> The packages irb1.8 and rdoc1.8 cannot be found. Look in the file /etc/apt/sources.list you'll find something like this ## Uncomment the following two lines to add software from the 'universe' ## repository. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. #deb http://fr.archive.ubuntu.com/ubuntu/ dapper universe #deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper universe uncomment the 2 lines #deb ..., then apt-get update # to retrieve the list of new packages apt-get install ruby1.8 irb1.8 rdoc1.8 and normally it will find irb Guy decoux