groovnmike
10-27-2003, 12:42 PM
Hi forum,
I come from more of a BSD background where I just use ports to manage all of my installed programs. Now working with linux a bit more, I was just wondering how I can uninstall binaries installed with the method:
# tar xzvf file.tar.gz
# ./configure
# make
# make install
would I have to manually remove all the installed files?
what if I merely wanted to upgrade to the latest version?
I use rpm's alot and it seems very handy, but sometimes the only way i can get somethign to work is by using the above method.
thanks
I come from more of a BSD background where I just use ports to manage all of my installed programs. Now working with linux a bit more, I was just wondering how I can uninstall binaries installed with the method:
# tar xzvf file.tar.gz
# ./configure
# make
# make install
would I have to manually remove all the installed files?
what if I merely wanted to upgrade to the latest version?
I use rpm's alot and it seems very handy, but sometimes the only way i can get somethign to work is by using the above method.
thanks