LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   uninstalling programs (https://www.linuxquestions.org/questions/linux-newbie-8/uninstalling-programs-252924/)

speel 11-09-2004 03:32 PM

uninstalling programs
 
hey i have a simple question , how do you uninstall programs you compiled from source?

Sabicas 11-09-2004 03:35 PM

usually, you need to run a ./configure then make then make install. Sometimes you can do a make test before a make install but it depends.

speel 11-09-2004 03:36 PM

no not to install lol i wanna know how to uninstall

Electronkz 11-09-2004 03:47 PM

cd source directory
then:
make uninstall
if it complains about no rule to make target, i think that you are screwd, and you have to delete the files by hand.


All times are GMT -5. The time now is 04:56 AM.