Skip to content

Instantly share code, notes, and snippets.

@mintsoft
Created May 12, 2013 20:10
Show Gist options
  • Save mintsoft/5564738 to your computer and use it in GitHub Desktop.
Save mintsoft/5564738 to your computer and use it in GitHub Desktop.
Fix ridiculous "lets install everything possible" settings in Ubuntu
APT
{
Install-Recommends "false";
Install-Suggests "false";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment