# HG changeset patch # User Oleksandr Gavenko # Date 1546275443 -7200 # Node ID 237657ef1fd9b2d4bfc6c77b1920939007533deb # Parent 77c3f7ddcb5f285e93a1b40ff6cb7ab1adb1b511 Disable recommends and suggestions. diff -r 77c3f7ddcb5f -r 237657ef1fd9 debian-apt.rst --- a/debian-apt.rst Sun Dec 30 17:43:27 2018 +0200 +++ b/debian-apt.rst Mon Dec 31 18:57:23 2018 +0200 @@ -65,6 +65,14 @@ https://www.google.com/linuxrepositories/ Links to Google repositories and verification key. +Disable recommends and suggestions +================================== + +Create file ``/etc/apt/apt.conf.d/01no-recommends``:: + + APT::Get::Install-Recommends "false"; + APT::Get::Install-Suggests "false"; + Find nearest mirror ===================