Am Dienstag, 16. April 2002 18:05 schrieb Todd A. Jacobs:
> On Tue, 16 Apr 2002, Linux wrote:
> > I've got a new situation to me. I need to uninstall an
> > application that was originally install from a tar and compiled
> > etc. Can anybody help point me in the right direction?
>
> If you still have the source installed, and if there's a make
> target for it, you can try "make uninstall" from the proper
> source directory. Many GNU programs support this.

I prefer checkinstall:

 http://asic-linux.com.mx/~izto/checkinstall/

You can create easy-to-uninstall rpms very easy:

./configure
make
su -c "/usr/local/sbin/checkinstall"

Then you have to answer a view questions and checkinstall creates a 
*.rpm - files which can be easily removed with "rpm -e packet.rpm"!

Take a look!

-- 
Jochen



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to