Skip to content

Instantly share code, notes, and snippets.

@Mstaaravin
Created February 13, 2015 15:38
Show Gist options
  • Save Mstaaravin/1359fff51993bf88c58e to your computer and use it in GitHub Desktop.
Save Mstaaravin/1359fff51993bf88c58e to your computer and use it in GitHub Desktop.
post: Configurar apt.conf para no instalar paquetes recomendados/sugeridos en Debian
APT::Install-Recommends "0";
APT::Install-Suggests "0";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment