LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uninstalling tar.gz packages (https://www.linuxquestions.org/questions/linux-software-2/uninstalling-tar-gz-packages-105014/)

david911 10-17-2003 02:56 AM

Uninstalling tar.gz packages
 
Can anyone tell me, please, how to perform a clean uninstall of tar.gz packages? And also - where would I find info on file hierarchies in Mandrake 9.1? recently, I've been tod that packages (notably Scribus 1.1) can't find Qt3 or GTK2, even though they are installed on Mandrake 9.1. this is puzzling me.

Cheers,

David

IsNoGood 10-17-2003 04:09 AM

If you installed something from source it should come with a uninstall command.You just move to the directory you installed from and 'make uninstall'.
If you want to compile something that depends on Qt or GTK you'll need the source rpm's installed either.
Only the binaries are installed by default.

gt73 10-17-2003 04:35 AM

You can use checkinstall:

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

It creates a RPM, TGZ or DEB package from the source directory.

Instead of typing make install type (as root user) checkinstall
and the procedure will start.

Later on you uninstall the package with rpm or removepkg (slackware).

david911 10-17-2003 06:09 AM

Thanks - I'll try checkinstall

david911


All times are GMT -5. The time now is 09:15 PM.