Does the "-S" in "pacman -S" stand for something? If so, what?

2.3k Views Asked by At

Many names of things on Linux are easy for me to remember if I know where they stem from (for example, cd standing for change directory).

The -R in pacman -R package_name obviously stands for "remove", but what does the -S stand for in pacman -S package_name? I guess it could be install, but that doesn't explain the capitalization, and it's also a weird letter to choose, as opposted to -I or some such.

1

There are 1 best solutions below

0
On

It's short for "sync". From pacman(8):

-S, --sync

Synchronize packages. Packages are installed directly from the remote repositories, including all dependencies required to run the packages. [...]