yankl ([EMAIL PROTECTED]) wrote:
> On Thursday 16 December 2004 21:24, Chris wrote:
> > I've installed all my perl modules via webmin.  I'm going to be upgrading
> > to 10.1 during the holidays and want to have a list available of what I've
> > installed already.   Is there a file that has these listed?  I'd rather
> > print out a file than do a screen print from webmin.
> 
> rpm -q will give you a list of all files you have currently. so from cli
> 
> $>rpm -q > allfiles.txt
> 
> or if you need only perl files
> 
> $>rpm -q | grep perl > allperlfiles.txt 
yankl, 
$> rpm -q | grep perl
rpmq: no arguments given for query

so minor correction: add -a for all
may want to sort it too,
$> rpm -qa |grep perl |sort > perlrpms.txt 

-- 
RickS                              Registered Linux user #338463
Mdk 10.1 OE - Linux 2.6.8.1-12mdk        @ http://counter.li.org
================================================================
gpg --recv-keys --keyserver www.keyserver.net 0x24AABE61

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to