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:
parent
521ebdc1da
commit
f339320bd5
1 changed files with 23 additions and 0 deletions
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`
|
Loading…
Reference in a new issue