Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-10 00:18:10 +00:00
parent 23dbe1558c
commit 5dffd8f775
10 changed files with 106 additions and 42 deletions

View File

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