LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   is there a software manager for compiled programs? (https://www.linuxquestions.org/questions/linux-software-2/is-there-a-software-manager-for-compiled-programs-305629/)

learnmelinux 03-24-2005 03:53 PM

is there a software manager for compiled programs?
 
I am now at the point where i can compile programs from source with relative ease, but i've begun to wonder how do you go about uninstall them? back in the old DOS days, i deleted the directory and that was it, but linux programs seem to put files all over the place.

so, i wanna know is there a software manager or something that allows you to compile programs, keeps track of the files that each program puts on the system, and facilatates easy uninstallations (as in point and click)?

titopoquito 03-24-2005 04:09 PM

Hi learnmelinux,

Some programs have a "make uninstall" option to remove the installed files.
There is also the possibility to track what is installed. This will work in most cases -- look for installwatch or checkinstall (I think it needs installwatch to perform). With the latter you can create packages in many formats and then install and uninstall them with your system's package manager.

learnmelinux 03-24-2005 05:08 PM

thanks titopoquito, this program does exactly what i want.


All times are GMT -5. The time now is 03:10 PM.