Skip to content

Instantly share code, notes, and snippets.

@Supermathie
Created February 7, 2017 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Supermathie/f9ab8ac67ade80257b9fc8550b84e76c to your computer and use it in GitHub Desktop.
Save Supermathie/f9ab8ac67ade80257b9fc8550b84e76c to your computer and use it in GitHub Desktop.
fix apt
# /etc/apt/apt.conf.d/50fix_apt
APT {
Install-Recommends "false";
Install-Suggests "false"; AutoRemove {
SuggestsImportant "false"; RecommendsImportant "false";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment