LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to uninstall? No Makefile for that (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-uninstall-no-makefile-for-that-604067/)

dourk 12-03-2007 02:11 AM

How to uninstall? No Makefile for that
 
Hi everyone,

I have installed python using a script (it came with CDAT, Climate Data Analysis Tool) but it turns out there is a bug or something and I have to uninstall it. "Make uninstall" doesn't work, so what should i do? Is it OK to just delete the directory that contains everything?

Thanks

matthewg42 12-03-2007 03:19 AM

This is the purpose of package managers... to keep track of files which are installed and provide mechanisms for un-installing and so on.

This program you mention sounds pretty obscure, and as such there is likely no package for it in your distribution (I find none in Ubuntu anyhow). In this case it is the responsibility of the program developer to provide an un-install mechanism (or at least instructions on how to do it manually). Some Makefiles do have an uninstall target, but by no means all.

There are two realistic options for you: try to figure out what files it installed yourself and delete them, or ask the developers for help.

The web-site provides this information about getting support:

http://www2-pcmdi.llnl.gov/software-portal/cdat/support


All times are GMT -5. The time now is 05:46 PM.