From 37ff096332183e7bc87635e9aaea70f5e25b9936 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 30 Oct 2017 09:54:50 +0530 Subject: [PATCH] pacman: update install instructions Adding the `-u` flaf to install according to best practices https://github.com/tldr-pages/tldr/pull/1562 --- 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 f10adff2e..895905a2c 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -6,9 +6,9 @@ `pacman -Syu` -- Install a new package: +- Install a given package and update all other packages to their latest versions according to the local database: -`pacman -S {{package_name}}` +`pacman -Su {{package_name}}` - Remove a package and its dependencies: