diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-08-15 13:35:01 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-08-15 20:21:34 +0200 |
commit | 08762e0e4e2923360339eeb4d8ed26a00d7f1de5 (patch) | |
tree | 5e6aa36f27e8d8dee343c6aec57a120c5032bd5f /doc/apt-patterns.7.xml | |
parent | 9282c9094ab3e77cebe90e97b2f9a5fc21463e2f (diff) |
Add ?essential pattern
This matches all packages where at least one of the versions
is marked essential; or well, whenver apt considers a package
essential.
Diffstat (limited to 'doc/apt-patterns.7.xml')
-rw-r--r-- | doc/apt-patterns.7.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index e1c64de8e..11031be95 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -78,6 +78,9 @@ <varlistentry><term><code>?config-files</code></term> <listitem><para>Selects packages that are not fully installed, but have solely residual configuration files left.</para></listitem> </varlistentry> + <varlistentry><term><code>?essential</code></term> + <listitem><para>Selects packages that have Essential: yes set in their control file.</para></listitem> + </varlistentry> <varlistentry><term><code>?garbage</code></term> <listitem><para>Selects packages that can be removed automatically.</para></listitem> </varlistentry> |