From 54b97f98e3dbc774870010650118ba8c31a6a468 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:50:22 +0200 Subject: [PATCH] pacman-sync: update page (#15671) Co-authored-by: Wiktor Perskawiec --- pages/linux/pacman-sync.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}}`