LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Useful thread and information about UNINSTALLING programs. (https://www.linuxquestions.org/questions/linux-general-1/useful-thread-and-information-about-uninstalling-programs-45258/)

BeFalou 02-13-2003 02:40 PM

Useful thread and information about UNINSTALLING programs.
 
Hi:

I find the sticky post about how to install programs from source code helpful, but I think you missed the uninstalling guide and it as important as the installing one.

I have successfully installed almost everything i want but sometimes i want to get rid of things that has become "wasted space" and I will appreciate that you tell me what do you do when you uninstall something. Sometimes doing a 'make uninstall' its enough, but other times i deleted the dir where i compiled so its impossible to use that method.

Im waiting your uninstalling method :)

Wolven 02-13-2003 03:10 PM

Debian method:
apt-get remove packagename

Some source programs allow (by going into the source directory)

make remove

or

make uninstall

Fingel 02-13-2003 05:41 PM

I believe to unisntall RPMs its rpm -e "package name" I might be wrong, ive never tried to tell the truth.


All times are GMT -5. The time now is 03:30 PM.