1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 14:17:56 +01:00

Create pacman.md

This commit is contained in:
phillips1012 2014-01-29 21:45:28 -07:00
parent 521ebdc1da
commit f339320bd5

23
common/pacman.md Normal file
View file

@ -0,0 +1,23 @@
# 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 it's dependencies
`pacman -Rs package-name`
- search the package database for a keyword
`pacman -Ss icon theme`
- list installed packages and versions
`pacman -Q`