Inside Out

Notes on seeking wisdom and crafting software

Removing orphan packages with Pacman

A quick Arch tip : Get the list of orphan packages (packages no longer needed by any other packages) in pacman by with

pacman -Qtdq

Then remove the packages using :

pacman -Rc package_name

Edit: Thanks JohnCC for correcting me.

Blogged with [Flock](http://www.flock.com/blogged-with-flock "Flock")

Tags: archтЖЧ, pacmanтЖЧ, linuxтЖЧ, packagesтЖЧ, cleanupтЖЧ