diff options
| author | quazgar <quazgar@posteo.de> | 2022-10-28 18:36:16 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-10-28 18:36:16 +0000 |
| commit | bbde59e804ee6d5bb5547071c0c59fd6cfb02d99 (patch) | |
| tree | 159e5858f29d6f4249695481c5cb83ecdfca10ac /doc | |
| parent | dccfe14ffb9713fbf320691c0f6cd679f2acf4fc (diff) | |
Documentation for autopurge command
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 c882de737..41825ad95 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -255,6 +255,12 @@ installed to satisfy dependencies for other packages and are now no longer needed.</para></listitem> </varlistentry> + <varlistentry><term><option>autopurge</option></term> + <listitem><para>Like <literal>autoremove</literal>, but <literal>autopurge</literal> also + removes configuration files. This is a shortcut for <literal>autoremove + --purge</literal>.</para></listitem> + </varlistentry> + <varlistentry><term><option>changelog</option></term> <listitem><para><literal>changelog</literal> tries to download the changelog of a package and displays it through |
