diff --git a/pages/linux/yay.md b/pages/linux/yay.md index f0e0f59a9c..907a02edb8 100644 --- a/pages/linux/yay.md +++ b/pages/linux/yay.md @@ -12,10 +12,6 @@ `yay` -- Synchronize and update only AUR packages: - -`yay -Sua` - - Install a new package from the repos and AUR and do not ask to confirm transactions: `yay -S {{package}} --noconfirm` @@ -32,6 +28,10 @@ `yay -Yc` +- Clean `pacman` and `yay` caches (old package versions kept for rollback and downgrade purposes): + +`yay -Scc` + - Show statistics for installed packages and system health: `yay -Ps`