Computing.Net > Forums > Linux > Remove Programs

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Remove Programs

Reply to Message Icon

Name: Hi-Teck
Date: August 16, 2005 at 09:50:58 Pacific
OS: Ubuntu 5.04
CPU/Ram: AMD 1GHz/512MB
Comment:

I have been downloading programs and compiling them using the commands "./configure" then "make install". I can get apps install but my question is how do you uninstall them? Or should I be working with packages instead of compiling programs? Be easy on the linux newbie.



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: August 17, 2005 at 09:02:10 Pacific
Reply:

You are going to kick yourself....."make uninstall" will usually work!

You will have to do this in the same directory as you did the original "make install" from. If you have already deleted the source directories then download them again, uncompress and run "./configure && make uninstall".

Deleting by hand is also an option. You have no registry file to speak of but it can be quite tedious.

I prefer using checkinstall when compiling from source. Follow the usual installation instructions for the package up until "make install" and run checkinstall instead. This will do a test of make install and create a package based on your system to install as you would any other rpm, tgz or deb. This makes managing software a little easlier.

Checkinstall homepage:
http://asic-linux.com.mx/~izto/checkinstall/


0
Reply to Message Icon

Related Posts

See More


Linux/XP Pro Laptop won't... Vmware Grub error in Ubun...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Remove Programs

add and remove programs in redhat 8 www.computing.net/answers/linux/add-and-remove-programs-in-redhat-8/17013.html

Installing And removing programs www.computing.net/answers/linux/installing-and-removing-programs/15890.html

Adding programs using an ISO www.computing.net/answers/linux/adding-programs-using-an-iso/22728.html