LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   howto remove program installed from source (https://www.linuxquestions.org/questions/linux-newbie-8/howto-remove-program-installed-from-source-865457/)

drManhattan 02-28-2011 06:16 AM

howto remove program installed from source
 
HI

I installed nagios program from tar.gz file (from source basically).
I didn't use dpkg or apt-get, I used 'configure','make install' and then 'make' scripts.
How can I remove this progrma from debian system ?

thx for help.

cepheus11 02-28-2011 06:21 AM

Some programs have a make target 'uninstall'. So, if you still have the sources from the 'make' run, go to the directory and try 'make uninstall'. If you deleted the sources, unpack and './configure' them again first.

Also, search on their website if they provide hints for clean removal.

DavidMcCann 02-28-2011 11:23 AM

If it doesn't have an uninstall feature, you can look at the install section of the make file, see where all the files have gone, and remove them by hand. It's a nuisance, but sometimes it's the only way.


All times are GMT -5. The time now is 07:33 AM.