Click to See Complete Forum and Search --> : Uninstall from source


Mingus
03-21-2001, 05:59 PM
I always download source and compile them, configure, make make install. But now I want to remove some of the programs I used, how do I uninstall them. I tried make uninstall, it keeps telling no target found, *#$%@.
HHHHHHEEEEEEEEEEEEEELLLLLLLLPPPPP

bdg1983
03-21-2001, 06:28 PM
You have to execute 'make install' from the directory of the program source. If you have deleted the source, then I believe your only choice will be to manually delete all the files & directories associated with the program.

Someone correct me if I'm wrong.

Gnu/Vince
03-21-2001, 08:35 PM
Check the Makefile for something like remove, uninstall, deinstall, purge, delete, whatever. If you can't find anything, checkj the install section, and delete all those files, then make clean, and delete the directory

Mingus
03-22-2001, 04:33 PM
How do I know which files to delete? I just run configure, make, make install.
Is there anyway to track the files?

Strike
03-22-2001, 06:04 PM
make uninstall probably works
then just delete the directory containing the source and you should be good