From be7eb047e1202971f84bb4ac27e796d85bebdce9 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 11 Dec 2018 17:38:27 +0100 Subject: apt-mark: Introduce minimize-manual This visits dependencies of all manually installed metapackages, as determined by APT::Never-MarkAuto-Sections, and marks them as automatically installed. It can be used to clean up autoflags after a d-i install, for example. --- doc/apt-mark.8.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/apt-mark.8.xml b/doc/apt-mark.8.xml index ddde0416f..ea39b7faa 100644 --- a/doc/apt-mark.8.xml +++ b/doc/apt-mark.8.xml @@ -66,6 +66,14 @@ + + minimize-manual is used to mark + (transitive) dependencies of metapackages as automatically installed. + This can be used after an installation for example, to minimize the + number of manually installed packages; or continuously on systems + managed by system configuration metapackages. + + showauto is used to print a list of automatically installed packages with each package on a new line. -- cgit v1.2.3