View Full Version : [SOLVED] Still getting used to pacman. Question.
Pogeymanz
March 13th, 2008, 08:35 PM
How can I get pacman to remove unneeded dependencies that are left behind. So far, for uninstalling something I've just been using "pacman -R package" instead of "pacman -Rs", which I believe removes the dependencies as well.
I want to clean up the dependencies I've left by not including that s.
Rumor
March 13th, 2008, 08:47 PM
pacman -Qdt will give you a list of orphaned packages. You can then remove them individually.
Pogeymanz
March 13th, 2008, 08:50 PM
Cool!
PurposeOfReason
March 14th, 2008, 12:54 AM
Just a note to be careful what you remove from that list. Things such as autoconf and make will appear on that list and I'm sure you'll want those.
K.Mandla
March 16th, 2008, 08:16 PM
I usually rip things out with yaourt -Rcsn pkgname, but that will occasionally try to pull out unrelated software, if it shares a dependency.
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.