1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 19:17:57 +01:00
tldr/pages/linux/pacman.md
2014-03-04 23:28:29 +11:00

346 B

pacman

Arch Linux package manager utility

  • synchronize and update all packages

pacman -Syyu

  • install a new package

pacman -S package-name

  • remove a package and its dependencies

pacman -Rs package-name

  • search the package database for a keyword

pacman -Ss icon theme

  • list installed packages and versions

pacman -Q