LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do i remove a compiled piece of software? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-remove-a-compiled-piece-of-software-118206/)

breakerfall 11-20-2003 11:47 AM

How do i remove a compiled piece of software?
 
Hi

I have done searches on the forums and can only seem to find references to removing software using yast / rpm :-/

I'm running Gentoo 1.4 and I was wondering how I remove a piece of software that I manually compiled, made and installed? All I have found out is that it's not supposed to be easy. Do I have to manually remove the built files and dirs?

Thanks.

stickman 11-20-2003 11:58 AM

It depends on whether or not there is an uninstall option in the Makefile. Some authors are kind enough to put a "make uninstall" in there to prevent you from manually deleting each file.

breakerfall 11-20-2003 12:05 PM

Ok thanks :)

One more thing, if I downloaded a newer version of a software, is there a way to update it or do I have to remove it completely and re-compile make build the new version?

Thanks

dev8080 11-20-2003 01:29 PM

install checkinstall package. checkinstall creates the pakage rpm or what ever and then installs the package you are compiling. Do ./configure then make and then instead of doing make install type checkinstall to install the package. You should be able to see the package installed as rpm which you can remove by rpm - e packagename

install checkinstall, a wounderful software

sirpelidor 11-20-2003 02:02 PM

try checkinstall, that piece of software recongize what you've compiled, so you can uninstall stuff with it

breakerfall 11-20-2003 02:12 PM

Quote:

Originally posted by sirpelidor
try checkinstall, that piece of software recongize what you've compiled, so you can uninstall stuff with it
Just read up one post :p :D was already posted by dev8080

Thanks anyway :)


All times are GMT -5. The time now is 07:23 PM.