Skip to content

Instantly share code, notes, and snippets.

@loverdos
Created August 5, 2024 16:40
Show Gist options
  • Save loverdos/f7d4889d4c4528c864919b5e3e71914f to your computer and use it in GitHub Desktop.
Save loverdos/f7d4889d4c4528c864919b5e3e71914f to your computer and use it in GitHub Desktop.
Clean `apt` caches and DB after `apt install`
apt autoremove -y
apt autoclean -y
rm -rf /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/* /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment