diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-08-15 13:32:54 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-08-15 20:21:34 +0200 |
commit | 9282c9094ab3e77cebe90e97b2f9a5fc21463e2f (patch) | |
tree | 2e72354f968e0c68eb29261cfeecffd1fa9e423c /doc/apt-patterns.7.xml | |
parent | a3e9ab661b2d670f7d0da53a5f56c52af0763c5b (diff) |
Add ?broken pattern
This matches all packages that have broken dependencies in the
installed version or the version selected for install.
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 64dad4dd4..e1c64de8e 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -72,6 +72,9 @@ <varlistentry><term><code>?automatic</code></term> <listitem><para>Selects packages that were installed automatically.</para></listitem> </varlistentry> + <varlistentry><term><code>?broken</code></term> + <listitem><para>Selects packages that have broken dependencies.</para></listitem> + </varlistentry> <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> |