Skip to content

Instantly share code, notes, and snippets.

@ahmetozer
Created October 11, 2020 11:40
Show Gist options
  • Save ahmetozer/a96a5954b00759673a3b5cea2da5a91a to your computer and use it in GitHub Desktop.
Save ahmetozer/a96a5954b00759673a3b5cea2da5a91a to your computer and use it in GitHub Desktop.
Clear APT after installation
apt autoremove --purge
apt clean
find /var/lib/apt/lists/ -maxdepth 1 -type f -print0 | xargs -0 rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment