diff options
author | Timo Teräs <timo.teras@iki.fi> | 2023-01-31 15:14:54 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2023-04-10 22:06:24 +0300 |
commit | 6870c6023ebc1e190e5c06138391a3ae80ff975d (patch) | |
tree | e52b8492b584110b572225acbc54c1f6b855d352 /doc/apk.8.scd | |
parent | c1db6b2238c728aee982fd65ef7037d6489c3084 (diff) | |
download | apk-tools-6870c6023ebc1e190e5c06138391a3ae80ff975d.tar.gz apk-tools-6870c6023ebc1e190e5c06138391a3ae80ff975d.tar.bz2 apk-tools-6870c6023ebc1e190e5c06138391a3ae80ff975d.tar.xz apk-tools-6870c6023ebc1e190e5c06138391a3ae80ff975d.zip |
cache: improve and document purging
Document cache clean --purge better. Add a cache purge alias for
it. And also purge installed package copies on disk installs.
fixes #10857
Diffstat (limited to 'doc/apk.8.scd')
-rw-r--r-- | doc/apk.8.scd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd index 1b9b6f3..23d091c 100644 --- a/doc/apk.8.scd +++ b/doc/apk.8.scd @@ -161,8 +161,10 @@ The following options are available for all commands. Write progress to the specified file descriptor. *--purge* - Delete modified configuration files on package removal and uninstalled - packages from cache on cache clean. + Purge modified configuration and cached packages. Enables deletion of + modified configuration files on package removal. On cache clean action + this enables deletion of unneeded cached packages (uninstalled packages + on tmpfs installations or all packages on disk installations). *--repositories-file* _REPOFILE_ Override system repositories, see *apk-repositories*(8). Specifying this |