mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 09:15:32 +02:00
pacman-sync: update page (#15671)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
0649150b5d
commit
54b97f98e3
1 changed files with 4 additions and 4 deletions
|
@ -28,10 +28,10 @@
|
|||
|
||||
`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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue