# HG changeset patch # User Oleksandr Gavenko # Date 1338627677 -10800 # Node ID 21e761949f80ce6f414eacfb1a04688c1f85641c # Parent 7900e33e4e68103c6844a87b63f3e11481919013 Uninstalling unused packages. diff -r 7900e33e4e68 -r 21e761949f80 debian.rst --- a/debian.rst Sat Jun 02 11:42:29 2012 +0300 +++ b/debian.rst Sat Jun 02 12:01:17 2012 +0300 @@ -32,6 +32,19 @@ * xterm * fvwm +Uninstalling unused packages. +============================= +:: + + $ sudo apt-get install deborphan + $ deborphan + ... + $ sudo apt-get purge `deborphan` + +Also you can use console GUI wrapper around above command:: + + $ orphaner + Become sudouser. ---------------- ::