Re: rpm uninstallation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



shane c branch wrote:

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

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux