• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Removing Linux Software

mcgrath

Member
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
 
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
 
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".
 
Back
Top