Skip to content

Instantly share code, notes, and snippets.

@vladbabii
Created February 18, 2017 07:47
Show Gist options
  • Select an option

  • Save vladbabii/8d5f36cf900c55b943e71a7441330042 to your computer and use it in GitHub Desktop.

Select an option

Save vladbabii/8d5f36cf900c55b943e71a7441330042 to your computer and use it in GitHub Desktop.
Delete apt cache files automatically (works well with apt-cache)
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