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
Tiny IT guy.
100 % Micro$oft free.
Registered linux users 181086
URL: http://yankele.com
-----------------------
To mess up a Linux box, you need to work at it; to mess up your Windows
box, you just need to work on it.

____________________________________________________
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