diff options
Diffstat (limited to 'doc/apt.8.xml')
-rw-r--r-- | doc/apt.8.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/apt.8.xml b/doc/apt.8.xml index e43ad9e9e..0c822b4ef 100644 --- a/doc/apt.8.xml +++ b/doc/apt.8.xml @@ -109,6 +109,15 @@ </para></listitem> </varlistentry> + <varlistentry><term><option>satisfy</option> (&apt-get;)</term> + <listitem><para><option>satisfy</option> satisfies dependency strings, as + used in Build-Depends. It also handles conflicts, by prefixing an argument + with <literal>"Conflicts: "</literal>. + </para><para>Example: <literal>apt satisfy "foo, bar (>= 1.0)" "Conflicts: baz, fuzz"</literal> + </para></listitem> + </varlistentry> + + <varlistentry><term><option>search</option> (&apt-cache;)</term> <listitem><para><option>search</option> can be used to search for the given ®ex; term(s) in the list of available packages and display |