LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   uninstall program (https://www.linuxquestions.org/questions/linux-software-2/uninstall-program-123228/)

huno 12-06-2003 08:31 AM

uninstall program
 
i'm installing programs from source .. how to uninstalling ?

exactly i'm install kmess messenger . from source . now i want to uninstall it ..

i'm using slackware 9.1

thanks

Hangdog42 12-06-2003 08:47 AM

If you installed from source, there may be a make uninstall command. But only if the authors thought of it. Since I see that you are using Slackware, you should check out Checkinstall which is a truly excellent program. Checkinstall is used in place of the make install command and first creates a Slackware package from the compiled code and then installs it. The upshot is that if you need to uninstall, you can use normal Slackware tools like pkgtool or removepkg.


If all else fails, you can also just go delete the files that were installed. Check the documentation and makefile to see where stuff went.


All times are GMT -5. The time now is 06:07 PM.