LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   how to remove compiled software? (https://www.linuxquestions.org/questions/linux-distributions-5/how-to-remove-compiled-software-227566/)

greythorne 09-07-2004 01:32 AM

how to remove compiled software?
 
how do i remove a program that is compiled from source completely in suse?

thank you.

heema 09-07-2004 02:14 AM

go to the directory from which u installed it from then type :
make uninstall

greythorne 09-07-2004 02:35 AM

ok. but what if the uninstall file is not included in the programm directory?
is there an alternative way to remove compiled software?

spacedoubtman 09-07-2004 03:16 AM

Almost all source will have a makefile that supports make uninstall. If there isn't, and there is nothing in the readme about uninstalling then try redoing make install, look at what files were copied and rm them manually. If make install is not verbose then you will have to read the Makefile.


All times are GMT -5. The time now is 08:18 PM.