pacman-s
short form of pacman --sync, which synchronizes packages
TLDR
This command is an alias of pacman --sync
View documentation for the original command
$ tldr pacman sync
SYNOPSIS
pacman -S [options] [package(s)]
DESCRIPTION
pacman -S is the short form of pacman --sync, which synchronizes packages. It handles installing packages from repositories, updating the package database, and performing system upgrades.
SEE ALSO
pacman(8), pacman-sync(8)
