diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 20:41:55 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 20:41:55 +0200 |
commit | 624630eb4c855331dfb21470d7a86d3b6700ea6a (patch) | |
tree | 6f7448723df4ea3df3e0dd41bdf943a0ebb15372 | |
parent | b0a6debfa93f547ce843732962314743d8282567 (diff) | |
parent | 0e4fe941a62583660e966cccf630a8895b9d29bc (diff) |
* merged man-page change
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 13 |
2 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9eebb5516..7d12cd3c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ apt (0.6.45ubuntu15) edgy; urgency=low - * + * doc/apt-get.8.xml: + - documented autoremove, thanks to Vladimír Lapáček + (lp: #62919) - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 2 Oct 2006 15:53:14 +0200 apt (0.6.45ubuntu14) edgy; urgency=low diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index b98d58737..db852d007 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -47,6 +47,7 @@ <arg>check</arg> <arg>clean</arg> <arg>autoclean</arg> + <arg>autoremove</arg> </group> </cmdsynopsis> </refsynopsisdiv> @@ -203,6 +204,11 @@ <literal>APT::Clean-Installed</literal> will prevent installed packages from being erased if it is set to off.</para></listitem> </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> </refsect1> @@ -382,6 +388,13 @@ Configuration Item: <literal>APT::Get::Remove</literal>.</para></listitem> </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> <listitem><para>Only has meaning for the <literal>source</literal> and <literal>build-dep</literal> |