LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   uninstalling programs (https://www.linuxquestions.org/questions/linux-software-2/uninstalling-programs-115296/)

jogurt666 11-12-2003 02:28 PM

uninstalling programs
 
is there a way to uninstall programs which were installed from source files via make install command? is there something like Windows register on linux?

david_ross 11-12-2003 02:39 PM

Usually just:
make uninstall

by register- I asume you mean registry? no there is not.

fancypiper 11-12-2003 02:44 PM

You might want to check out CheckInstall to manage source code installations/uninstallation

# Guides to software management
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation

andrewstr 11-12-2003 02:55 PM

So in order to uninstall is it necessary to keep the files in the directory that are used for "make install" or is it adequate to keep the original TAR that I downloaded?

Up to this point, I have deleted the compiled program install directories once the program was installed and working correctly. Could these programs be uninstalled by downloading the source files and doing "make uninstall"? Is that really the only way of cleanly uninstalling programs?

I didn't really have a clue what I was doing a few months ago when I started using Linux. There are probably several programs that can be uninstalled because I either don't need them or because I have since installed newer versions of programs. KDE and Qt are examples of programs that I installed from the RH CD but have since installed newer versions. Is there any way to get rid of those old programs aside from reinstalling the OS?

Quote:

Originally posted by david_ross
Usually just:
make uninstall


david_ross 11-12-2003 03:25 PM

Well you can just delete the files or download the tar again and use the same configure options.

jogurt666 11-13-2003 06:49 AM

so all i have to do is extract source files, compile the source with the same configuration as i used to install it, and type make uninstall. thnx a lot, you've helped me greatly ^^.

oh and btw, yeah i wanted to say registry not register (my mistake =P).


All times are GMT -5. The time now is 04:00 AM.