moved pacman.md to pages/linux/pacman.md

This commit is contained in:
phillips1012
2014-01-30 00:20:34 -05:00
parent f339320bd5
commit dbe526f7b0

23
linux/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`