|
@@ -47,6 +47,7 @@
|
|
|
<arg>check</arg>
|
|
<arg>check</arg>
|
|
|
<arg>clean</arg>
|
|
<arg>clean</arg>
|
|
|
<arg>autoclean</arg>
|
|
<arg>autoclean</arg>
|
|
|
|
|
+ <arg>autoremove</arg>
|
|
|
</group>
|
|
</group>
|
|
|
</cmdsynopsis>
|
|
</cmdsynopsis>
|
|
|
</refsynopsisdiv>
|
|
</refsynopsisdiv>
|
|
@@ -203,6 +204,11 @@
|
|
|
<literal>APT::Clean-Installed</literal> will prevent installed packages from being
|
|
<literal>APT::Clean-Installed</literal> will prevent installed packages from being
|
|
|
erased if it is set to off.</para></listitem>
|
|
erased if it is set to off.</para></listitem>
|
|
|
</varlistentry>
|
|
</varlistentry>
|
|
|
|
|
+
|
|
|
|
|
+ <varlistentry><term>autoremove</term>
|
|
|
|
|
+ <listitem><para><literal>autoremove</literal> is used to remove packages that were automatically
|
|
|
|
|
+ installed to satisfy dependencies for some package and that are no more needed.</para></listitem>
|
|
|
|
|
+ </varlistentry>
|
|
|
</variablelist>
|
|
</variablelist>
|
|
|
</refsect1>
|
|
</refsect1>
|
|
|
|
|
|
|
@@ -382,6 +388,13 @@
|
|
|
Configuration Item: <literal>APT::Get::Remove</literal>.</para></listitem>
|
|
Configuration Item: <literal>APT::Get::Remove</literal>.</para></listitem>
|
|
|
</varlistentry>
|
|
</varlistentry>
|
|
|
|
|
|
|
|
|
|
+ <varlistentry><term><option>--auto-remove</option></term>
|
|
|
|
|
+ <listitem><para>If the command is either <literal>install</literal> or <literal>remove</literal>,
|
|
|
|
|
+ then this option acts like running <literal>autoremove</literal> command, removing the unused
|
|
|
|
|
+ dependency packages. Configuration Item: <literal>APT::Get::AutomaticRemove</literal>.
|
|
|
|
|
+ </para></listitem>
|
|
|
|
|
+ </varlistentry>
|
|
|
|
|
+
|
|
|
<varlistentry><term><option>--only-source</option></term>
|
|
<varlistentry><term><option>--only-source</option></term>
|
|
|
<listitem><para>Only has meaning for the
|
|
<listitem><para>Only has meaning for the
|
|
|
<literal>source</literal> and <literal>build-dep</literal>
|
|
<literal>source</literal> and <literal>build-dep</literal>
|