diff --git a/pages/linux/pacman-sync.md b/pages/linux/pacman-sync.md index a0210fc0d9..9b9158cf7f 100644 --- a/pages/linux/pacman-sync.md +++ b/pages/linux/pacman-sync.md @@ -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}}`