1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:55:34 +02:00

pacman-sync: update page (#15671)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Managor 2025-02-09 22:50:22 +02:00 committed by GitHub
parent 0649150b5d
commit 54b97f98e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,10 +28,10 @@
`sudo pacman -Syu --overwrite {{path/to/file}}` `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): - Remove not installed packages and unused repositories from the cache (use the flags `Sc` to [c]lean all packages):
`sudo pacman -Sc` `sudo pacman -Sc`
- Specify the package version you want to install:
`sudo pacman -S {{package}}={{version}}`