Removing Linux Software

mcgrath

Member
Apr 2, 2000
32
0
0
Need help removing some junk on linux KDE 3.0, REDHAT 7.3. I have so much stuff I never use, and want to get rid of it so its not so much of a clutter in my folders as well as my menu bar. I now have two versions of netscape (7.0, and the REd hat version, which sucks) I also have Konqueror which needs to stay i suppose, and then i have mozill and opera. how do i get rid of them off the system. Wondering if there is a good program for this.

thanks

mcgrath
 

FUBAR

Senior member
Oct 11, 1999
618
0
0
And in case you don't know the name:

rpm -qa | sort

will give you the proper name to remove it by, in sorted order for easy perusal
 

Need4Speed

Diamond Member
Dec 27, 1999
5,383
0
0
that's assuming that he used rpm manager to install the software. If you used tarballs and saved the source, u can use "make unistall".