Create pacman.md
This commit is contained in:
23
common/pacman.md
Normal file
23
common/pacman.md
Normal 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`
|
Reference in New Issue
Block a user