You are not logged in.
Hi all,
When I was reading the wiki for pacman I found this section for paccache timer in https://wiki.archlinux.org/title/Pacman … kage_cache
Enable and start paccache.timer to discard unused packages weekly. You can configure the arguments for the service in /etc/conf.d/pacman-contrib, e.g with PACCACHE_ARGS='-k1' or PACCACHE_ARGS='-uk0' for the two examples below.
Should the args in /etc/conf.d/pacman-contrib include the prefix "r" operation for removal? in the example below it has r but in the this quote it doesn't. am I missing something here?
Thank you
Last edited by asio (2026-04-19 19:40:31)
Offline
# systemctl cat paccache.service | grep -B1 ExecStart
EnvironmentFile=/etc/conf.d/pacman-contrib
ExecStart=/usr/bin/paccache -r $PACCACHE_ARGSIt's already there, no need to include it.
Offline
# systemctl cat paccache.service | grep -B1 ExecStart EnvironmentFile=/etc/conf.d/pacman-contrib ExecStart=/usr/bin/paccache -r $PACCACHE_ARGSIt's already there, no need to include it.
Thank you
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Done
Offline