Click to See Complete Forum and Search --> : Uninstalling Tar


Dark Ninja
11-12-2001, 02:31 AM
I've installed a .tar.gz program. (./configure, etc, etc) How do I go about uninstalling it?


Dark Ninja

vee-eye
11-12-2001, 03:04 AM
Go to the top of the source tree (where you executed ./configure, make, make install), and type:

make uninstall

You kept your Makefile, right? ;)

vee-eye

bdg1983
11-12-2001, 02:36 PM
You should read the install instructions.
Sometimes you can get away by typing "make clean" if I`m not mistaken.
Make uninstall doesn`t always work.