1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

yay: add cache cleaning command (#16532)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
ByteAnnyTA 2025-05-29 03:12:07 +02:00 committed by GitHub
parent 2d4c0f2a95
commit d8a21b391e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`