LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uninstalling Applications (https://www.linuxquestions.org/questions/linux-software-2/uninstalling-applications-59173/)

cmoloney 05-11-2003 05:46 AM

Uninstalling Applications
 
Hello,
This newbie unpacked and installed an application to the wrong directory. Is there a best way, right way, to uninstall it and get rid of the directory tree it created.
Thanks

MasterC 05-11-2003 06:05 AM

How did you install it? With 'make install'? If so, you can hope there is a "make uninstall" that the programmer added to the Makefile. If not, you can go through the Makefile and find the location for "all" and go to those locations and manually remove all the files that were copied to those locations.

If it made a single directory tree, and nothing else is inside that tree, then yes, go ahead and remove it and it's subdirectories it created.

For things like this in the future, look into getting something called checkinstall from www.freshmeat.net

Cool

yowwww 05-11-2003 11:56 AM

there is a command page with instructions on how to uninstall apps on my guide - in my sig below


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