At Sun, 1 Aug 2004 15:58:31 +0200, Emiel van de Laar wrote: > When developing Ruby apps developers assume that the Ruby standard > library is available. I sometimes install Ruby apps that don't come from > Debian packages and then have to install a number of Debian libruby-x > packages... Would it be worth creating a virtual package that installs > all of the standard library packages. This would be a nice addition in > my opinion and make my life a lot easier. I wouldn't have to track down > each individual package... > > Something like: apt-get install ruby ruby-stdlib
how about apt-get install $(grep-available -n -s package -F source -X ruby1.8 | grep lib) Regards, Fumitoshi UKAI

