debian-apt.rst
changeset 2322 237657ef1fd9
parent 1976 97a275f76931
child 2323 7af84df988e9
--- 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
 ===================