Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-30 00:20:18 +00:00
parent ab141b6531
commit 05a60e354f
7 changed files with 38 additions and 12 deletions

View File

@@ -17,10 +17,6 @@ source: https://github.com/tldr-pages/tldr.git
`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`
@@ -37,6 +33,10 @@ source: https://github.com/tldr-pages/tldr.git
`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`