Files
lk/distros/arch/yay_maintenance.md
2025-10-14 15:34:22 +02:00

262 B

title, tags, requirements
title tags requirements
Arch Maintenance with yay
arch
Arch Maintenance

Package Cache

Just like pacman

ls ~/.cache/yay/ | wc -l
yay -Sc

Use -Yc to remove old dependencies:

yay -Yc
ls ~/.cache/yay/ | wc -l