diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:40 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:40 +0000 |
commit | b381f6ed580f9c58c1547fddd92af1b52fc5a1f0 (patch) | |
tree | b9dd1366cb627fec4926900f20fdd0e0d1fcb7b6 /doc | |
parent | 1bc849af8f694ab80887bd0e9b94280f78771dbc (diff) |
Clean support
Author: jgg
Date: 1999-02-01 08:15:18 GMT
Clean support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.yo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/apt-get.8.yo b/doc/apt-get.8.yo index 768b4e695..6209c7e07 100644 --- a/doc/apt-get.8.yo +++ b/doc/apt-get.8.yo @@ -20,6 +20,7 @@ itemize( it() remove package1 [package2] [...] it() check it() clean + it() autoclean ) Unless the -h, or --help option is given one of the above commands @@ -89,6 +90,14 @@ and bf(/var/cache/apt/archives/partial/). When APT is used as a bf(dselect(8)) method, bf(clean) is run automatically. Those who do not use dselect will likely want to run code(apt-get clean) from time to time to free up disk space. + +dit(bf(autoclean)) +Like bf(clean), df(autoclean) clears out the local repository of retrieved +package files. The difference is that it only removes package files that +can no longer be downloaded, and are largely useless. This allows a +cache to be maintained over a long period without it growing out of +control. + enddit() manpageoptions() |