dballester@xxxxxxxxxxxxxx wrote:
rpm -qa | more
thank you. i piped that to a text file, it worked beautifully.
another question: once i have identified the packages i wanted to uninstall, will
#rpm -e <package>
be sufficient to remove the target package?
I usually do something like this:
rpm -qa | sort > rpms
edit the file and leave only those packages you want deleted - be really really sure.
run the following once the file is edited to your satisfaction:
for i in `cat rpms` do rpm -evv --nodeps $i done
Joe
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list