Created
February 18, 2017 07:47
-
-
Save vladbabii/8d5f36cf900c55b943e71a7441330042 to your computer and use it in GitHub Desktop.
Delete apt cache files automatically (works well with apt-cache)
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
| echo 'DPkg::Post-Invoke {"/bin/rm -f /var/cache/apt/archives/*.deb || true";};' | sudo tee /etc/apt/apt.conf.d/clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment