I just switched from Ubuntu to Fedora14. In Ubuntu we had the apt-get autoremove thing to remove orphan/unused packages. What is the counterpart in Fedora?
|
migrated from stackoverflow.com Oct 26 '11 at 14:31
|
|
|||||||
|
edit the
|
|||||
|
|
|||||
|
|
you need to install the yum plugin "remove-with-leaves":
once installed:
good luck! |
|||||||||||
|
|
Building upon Larry Mohr's answer:
(Includes skipping for fastest mirror, if you wonder.) |
|||
|
|
|
Currently, (Which is kind of surprising.) Although during installation of packages installed dependencies are marked as such (seems to be relatively new feature of rpm/yum). You can find unneeded dependencies via:
This command line is inspired by fenris02's script. After inspection of
Change the behavior of future yum removesYum now supports the config option (via /etc/yum.conf):
When this is set, the next |
|||||||
|
|
|||||
|
