summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-08-15 13:35:01 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2019-08-15 20:21:34 +0200
commit08762e0e4e2923360339eeb4d8ed26a00d7f1de5 (patch)
tree5e6aa36f27e8d8dee343c6aec57a120c5032bd5f /doc
parent9282c9094ab3e77cebe90e97b2f9a5fc21463e2f (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')
-rw-r--r--doc/apt-patterns.7.xml3
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>