diff options
author | Michael Vogt <egon@bottom> | 2007-06-08 22:33:05 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2007-06-08 22:33:05 +0200 |
commit | 41cd4f9af1dd8247f9ff4f1fe6053246657a1faf (patch) | |
tree | 3047cb0b6192adc566867d7af63d00e92341e6f1 /doc | |
parent | 7a1445aaa4de0e33ad3d7d08988f9f095442c94a (diff) | |
parent | e47c7d16435822f40149cd831ff6ba0a143ded85 (diff) |
* fix error in AutocleanInterval, closes: #319339
(thanks to Israel G. Lugo for the patch)
* add "purge" commandline argument, closes: #133421)
(thanks to Julien Danjou for the patch)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 3c245b83b..9d30a176c 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -42,6 +42,7 @@ <arg>dselect-upgrade</arg> <arg>install <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>remove <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> + <arg>purge <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>source <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>build-dep <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>check</arg> @@ -152,6 +153,11 @@ installed instead of removed.</para></listitem> </varlistentry> + <varlistentry><term>purge</term> + <listitem><para><literal>purge</literal> is identical to <literal>remove</literal> except that packages are + removed and purged.</para></listitem> + </varlistentry> + <varlistentry><term>source</term> <listitem><para><literal>source</literal> causes <command>apt-get</command> to fetch source packages. APT will examine the available packages to decide which source package to |