Skip to content

Instantly share code, notes, and snippets.

@rjaeckel
Last active August 29, 2015 14:06
Show Gist options
  • Save rjaeckel/a83ca527cdf216b31c73 to your computer and use it in GitHub Desktop.
Save rjaeckel/a83ca527cdf216b31c73 to your computer and use it in GitHub Desktop.
Apt Configuration to ignore Suggested Packages unless these are manually installed
apt::autoremove::suggestsimportant false;
apt::get::install-suggests false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment