From: Zach Dennis Date: 2005-01-26T21:05:47+09:00 Subject: Re: [Rails] Installation trouble Alexander Kellett wrote: > chatting to the ubuntu devels for a while brings up the following reports: > #290705 > and the following message: > http://lists.debian.org/debian-ruby/2004/08/msg00002.html apt-get install $(grep-available -n -s package -F source -X ruby1.8 | grep lib) From the link you posted above. This command is just entirely sweet... I should have remembered that I need to run grep_available with 4 switches, and pipe that to another grep for all 'lib' packages and then provide shell expansion via $() before calling apt-get install. How could I have forgotten that little command... it must be me the user, since Fumitoshi UKAI seemed to remember it so clearly. Zach