<!-- 
.. title: Orphans
.. slug: orphans
.. date: 2009-03-29 15:59:15 UTC+01:00 
.. tags: archlinux, linux, 
.. link: 
.. description: 
.. type: text 
--> 

Modern package management systems do not only update and upgrade our system. They also clean it up. 😊

urpmi:

	urpme --auto-orphans

dpkg:

	wajig autoremove

pacman:

	pacman -Rs $(pacman -Qtdq)

If you know a way how to do that with zypper, yum, and others, tell me. 😉

