From e5d314aeebbc49cc910b42015fac78ad3c3e070b Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 27 Nov 2017 22:05:09 +0530 Subject: [PATCH] Revert "pacman: update install instructions" This reverts commit 37ff096332183e7bc87635e9aaea70f5e25b9936. See discussion at https://github.com/tldr-pages/tldr/pull/1562#issuecomment-346997167 --- pages/linux/pacman.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index 895905a2c..f10adff2e 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -6,9 +6,9 @@ `pacman -Syu` -- Install a given package and update all other packages to their latest versions according to the local database: +- Install a new package: -`pacman -Su {{package_name}}` +`pacman -S {{package_name}}` - Remove a package and its dependencies: