Moderators, translator
455
edits
(Clarifiying - removing repeated instructions) |
m |
||
Line 79: | Line 79: | ||
<!--T:23--> | <!--T:23--> | ||
* Don’t update the local package database (metadata) without also updating the system | * Don’t update the local package database (metadata) without also updating the system | ||
* You may install a single package | * You may install a single package using {{ic|pacman -S <pkgname>}} but this may yield a 404 error if your metadata is not current | ||
* Don't use {{ic|pacman -Sy}}, {{ic|pacman -Syy}}, {{ic|pacman -Syuw}} as this will update the metadata but not sync the packages to your system | * Don't use {{ic|pacman -Sy}}, {{ic|pacman -Syy}}, {{ic|pacman -Syuw}} as this will update the metadata but not sync the packages to your system | ||
* Always sync metadata and packages together {{ic|pacman -Syu}} | * Always sync metadata and packages together {{ic|pacman -Syu}} |