LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   binaries versus RPM (https://www.linuxquestions.org/questions/linux-newbie-8/binaries-versus-rpm-182112/)

durvasa 05-16-2004 01:44 PM

binaries versus RPM
 
I understand that there are many advantages to compiling source yourself and installing apps that way. A very useful feature that RPMs provide is you can easily update them or delete them. Is there a similarly easy way to delete an application that was installed via "make install?" Particularly when I'm experimenting using different programs, and the programs create various files all over the place, I'd like to be able to completely clean it from the system.

Thanks,
Deepak

hw-tph 05-16-2004 02:10 PM

Most source packages that you install using make install also support doing the reverse by typing make uninstall. Local configuration files (be it in your home directory or ones that you have created in /etc) are of course not affected by this.

Håkan

Demonbane 05-16-2004 09:39 PM

If compiling from source is your thing, try Gentoo.

PaulScott56 05-17-2004 05:00 AM

Lots of packages also use the "make clean" or "make dep-clean" or some iteration of that. Most of the time, a quick look through the programs docs will tell you how to uninstall it completely

JZL240I-U 05-17-2004 06:35 AM

I think you are looking for checkinstall ;)

Livebrain 05-17-2004 10:26 AM

make your own package from the source, then install, its what i do for my distro (slackware).

durvasa 05-19-2004 02:27 PM

Thanks for all the suggestions, guys. The checkinstall program looks pretty neat. I'll have to try that out.

Deepak


All times are GMT -5. The time now is 07:55 AM.