Debian package management with APT – remove unused packages

/var/cache/apt/archives can build up a lot of cruft…

Clear out package files no longer available:

apt-get autoclean

Clear out all downloaded package files:

apt-get clean

About this entry