Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-20 00:18:10 +00:00
parent fcad04ef4e
commit 4b0c71b1b3
2 changed files with 28 additions and 2 deletions

View File

@@ -35,8 +35,8 @@ source: https://github.com/tldr-pages/tldr.git
- [S]ynchronize and [u]pdate all packages, but ignore a specific package (can be used more than once):
`sudo pacman -Syu --ignore {{package}}`
`sudo pacman -Syu --ignore {{package1 package2 ...}}`
- Remove not installed packages and unused repositories from the cache (use the flags `Scc` to [c]lean all packages):
- Remove not installed packages and unused repositories from the cache (use the flags `Sc` to [c]lean all packages):
`sudo pacman -Sc`