Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-19-2007, 04:56 AM
|
#1
|
Member
Registered: Oct 2007
Location: Philippines / Pilipinas
Distribution: FedoraCore5 :: Debian Etch
Posts: 37
Rep:
|
how do i uninstall installed packages in Debian?
Hello everyone!
I need help on uninstalling debian packages that i have installed..
can anyone show me??
thanks in advance!
~Ryan
|
|
|
11-19-2007, 05:01 AM
|
#2
|
Member
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848
Rep:
|
You can use synaptic and remove your packages. Or become root and type "apt-get remove nameofpackage". Or use aptitude, which is a bit more complicated.
Bear in mind that some of the dependencies won't be totally removed. What you can do is install deborphan, which tracks "some" of the left dependencies (libraries, mainly) and remove them after you've used apt-get remove.
Use also apt-get autoremove.
In any case, type man apt to get all the options.
cheers
|
|
|
11-19-2007, 07:14 AM
|
#3
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep:
|
Actually since the release of Etch you are supposed to use aptitude instead of apt-get. Aptitude is almost identical to apt-get, I'm unsure why you comment that it is more difficult.
aptitude remove <packagename> - uninstalls package
or
aptitude purge <packagename> - uninstalls package and removes configuration files.
the rest of aptitude is simple to:
aptitude update
aptitude keep-all
aptitude install
aptitude search <packagename>
aptitude upgrade
aptitude dist-upgrade
Aptitude does a good job of tracking dependencies so it can remove them later, but ONLY IF you use aptitude exclusively so it can track those dependencies... if aptitude didn't install a dependency, then it will not know it can remove one at a later date when the packages that called for it is removed.
|
|
|
11-19-2007, 09:57 AM
|
#4
|
Member
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848
Rep:
|
Just because I had a bad feeling out of it when the option to use a manual install was available on the standard netinstll (not the expert mode). Don't know if you can use it exclusively when you install, should be the default, now shouldn't it ? Why do package managers still use apt-get, then ?
Last edited by samael26; 11-19-2007 at 09:58 AM.
|
|
|
11-19-2007, 10:01 AM
|
#5
|
LQ Guru
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131
Rep:
|
Because there's really nothing wrong in apt-get that isn't wrong in the whole package management system. Debian's (as any operating systems') package management isn't perfect, and if you start filling the gaps with tweaks, you're going to have to do it forever.. rather think what you install, don't just take a install-remove-install-remove-rampage, and live well. And when the day comes your system just is too messy, take a clean wipeout-and-reinstall in cold blood - there are numerous options of doing this nicely without losing any personal data or having to necessarily backup everything.
|
|
|
All times are GMT -5. The time now is 07:19 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|