Files
lk/distros/arch/yay_maintenance.md
2026-04-27 01:30:33 +02:00

326 B

title, tags, requires
title tags requires
Arch maintenance with yay
arch
maintenance
distros/arch/maintenance.md

Package Cache

Just like [pacman](distros/arch/pacman.md) with a couple of extras.

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

Use -Yc to remove old dependencies:

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