Disable recommends and suggestions.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 31 Dec 2018 18:57:23 +0200
changeset 2322 237657ef1fd9
parent 2321 77c3f7ddcb5f
child 2323 7af84df988e9
Disable recommends and suggestions.
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
 ===================