Skip to content

Instantly share code, notes, and snippets.

@rcmorano
Created February 20, 2014 17:30
Show Gist options
  • Save rcmorano/9119059 to your computer and use it in GitHub Desktop.
Save rcmorano/9119059 to your computer and use it in GitHub Desktop.
/etc/apt/apt.conf.d/99norecommends: disables debian automatic suggests/recommends installation
APT::Install-Recommends "false";
APT::Install-Suggests "false";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment