LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   uninstalling a program from redhat 9 (https://www.linuxquestions.org/questions/linux-newbie-8/uninstalling-a-program-from-redhat-9-a-85712/)

PionexUser 08-25-2003 09:11 PM

uninstalling a program from redhat 9
 
How do I remove programs?

I want to uninstall gtk-gnutella so I can install the new version............

contrasutra 08-25-2003 09:34 PM

to uninstall an RPM:

rpm -e foo.rpm

But usually, you can just "upgrade" RPMs with the -U flag.

to uninstall source:

You have a few options, many programs support "make uninstall".

You go into the directory where you unpacked the source, and run "make uninstall"

This doesnt always work, so I suggest you look at a program called "Checkinstall".

You run "checkinstall" instead of the "make install" command, and it will make an RPM and put it in the database, allowing you to uninstall programs via "rpm -e"

Checkinstall works with DEB and TGZ too.


All times are GMT -5. The time now is 07:51 PM.