diff options
author | Nicolas Schier <nicolas@fjasle.eu> | 2020-02-27 05:04:54 +0100 |
---|---|---|
committer | Nicolas Schier <nicolas@fjasle.eu> | 2020-06-08 12:18:33 +0200 |
commit | c19a3276fe7ecfc132e95b0277e9e68ff364dd92 (patch) | |
tree | eb4b99eaa2790626969cc7623fda9e7acdbf6c14 /doc/apt-get.8.xml | |
parent | 83b239c7285ac7450e305643b29596396abc0b3f (diff) |
Support marking all newly installed packages as automatically installed
Add option '--mark-auto' to 'apt install' that marks all newly installed
packages as automatically installed.
Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index e603ec5bb..a7b786dfe 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -545,6 +545,16 @@ Configuration Item: <literal>APT::Get::Trivial-Only</literal>.</para></listitem> </varlistentry> + <varlistentry><term><option>--mark-auto</option></term> + <listitem><para> + After successful installation, mark all freshly installed packages as + automatically installed, which will cause each of the packages to be + removed when no more manually installed packages depend on this package. + This is equally to running <command>apt-mark auto</command> for all + installed packages. + Configuration Item: <literal>APT::Get::Mark-Auto</literal>.</para></listitem> + </varlistentry> + <varlistentry><term><option>--no-remove</option></term> <listitem><para>If any packages are to be removed apt-get immediately aborts without prompting. |