summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGábor Németh <homar@riseup.net>2023-12-15 12:57:54 +0100
committerGábor Németh <homar@riseup.net>2023-12-15 12:57:54 +0100
commitb3a430029360800e1b2cb6dfc385c5182f74fcb8 (patch)
treecfe4b67cd4fadcc1cdfe4c4f7b0ab67db926309d /doc
parent6c5384e10aea6585c602cb8fca8c9eea8ff16ba5 (diff)
Test and document 'dist-clean'
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-get.8.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index bb7678e34..0e5092f57 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2023-07-20T00:00:00Z</date>
+ <date>2023-12-15T00:00:00Z</date>
</refentryinfo>
<refmeta>
@@ -250,6 +250,12 @@
erased if it is set to off.</para></listitem>
</varlistentry>
+ <varlistentry><term><option>distclean</option> (and the <option>dist-clean</option> alias)</term>
+ <listitem><para>Like <literal>clean</literal>, <literal>distclean</literal> clears out the local
+ repository of retrieved package files, plus all list files except Release,
+ Release.gpg, and InRelease.</para></listitem>
+ </varlistentry>
+
<varlistentry><term><option>autoremove</option> (and the <option>auto-remove</option> alias since 1.1)</term>
<listitem><para><literal>autoremove</literal> is used to remove packages that were automatically
installed to satisfy dependencies for other packages and are now no longer needed.</para></listitem>