I'm using Arch Linux, with its Pacman package manager. I want to keep my system as clean as possible, and that includes not having any unused packages installed. But, because of dependencies, it's not a trivial task to have zero of such, at least with my level of knowledge. Is there any tool available, console or GUI, that will show me all installed packages that nothing depends on?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
From the Arch Wiki: To list all packages no longer required as dependencies (orphans): Or, to recursively remove orphans:
|
|||||||
|
|
|
|||||||
|
|
You usually want to see a list of end-user programs you have installed:
where If you always forget what these programs are for (like I do), try:
After uninstalling, use
To remove all orphan packages Last idea taken from Pacman Tips. |
||||
|
|