Created
October 11, 2020 11:40
-
-
Save ahmetozer/a96a5954b00759673a3b5cea2da5a91a to your computer and use it in GitHub Desktop.
Clear APT after installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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