LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   run and uninstall programs (https://www.linuxquestions.org/questions/linux-newbie-8/run-and-uninstall-programs-361447/)

Monjawi 09-08-2005 11:29 AM

run and uninstall programs
 
after ./configure
make
make install

where are the programs located?
And how can I uninstall them again?

sudya 09-08-2005 11:34 AM

you can use command "whereis" to locate the program if that is what you mean. In order to uninstall the program you have to delete all the files it has created and/or copied(usually you can locate them using that installation log). Some have uninstall feature like "make uninstall", but you have to check with the manual.

Monjawi 09-08-2005 11:48 AM

uh, u come to my rescue.


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