Skip to content

Instantly share code, notes, and snippets.

# apt/aptitude/dpkg and debconf cache
echo "Purging apt/aptitude/dpkg and debconf cache.."
rm -r $NEWINSTPATH/var/cache/apt/archives/*.deb
rm -r $NEWINSTPATH/var/cache/apt/*.bin
rm -r $NEWINSTPATH/var/lib/apt/lists/*debian*
rm -r $NEWINSTPATH/var/lib/aptitude/*.old
rm -r $NEWINSTPATH/var/lib/dpkg/*-old
rm -r $NEWINSTPATH/var/cache/debconf/*-old
# logfiles