diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-02-16 16:01:13 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-23 13:38:23 -0500 |
commit | 3d10d460dff4c1321b40fa509c4ff9be93db0ca3 (patch) | |
tree | 9f5440591a4ec98f8dd4e4408cbfad5f53fa0795 /doc/pacman.8.txt | |
parent | 5af076f09f67bb3abd80a28fa3f33437f08b18bc (diff) | |
download | pacman-3d10d460dff4c1321b40fa509c4ff9be93db0ca3.tar.xz |
Add new CleanMethod option.
As it was already mentioned several times, the new -Sc behavior in 3.1 is
great, but only when the package cache is not shared.
This option has two possible values : KeepInstalled and KeepCurrent
With KeepCurrent, -Sc will clean packages that are no longer available in
any sync db, rather than packages that are no longer in the local db. The
resulting behavior should be better for shared cache.
Ref :
http://www.archlinux.org/pipermail/pacman-dev/2008-February/011140.html
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r-- | doc/pacman.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 6f6942d7..15d31096 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -244,6 +244,9 @@ Sync Options[[SO]] packages that are no longer installed; use two to remove all packages from the cache. In both cases, you will have a yes or no option to remove packages and/or unused downloaded databases. ++ +If you use a network shared cache, see the 'CleanMethod' option in +linkman:pacman.conf[5]. *-g, \--groups*:: Display all the members for each package group specified. If no group |