mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
Create pacman.md
This commit is contained in:
@@ -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