新建文件 Software/Application/Pacman/Pacman.md
This commit is contained in:
parent
722cc91891
commit
f8bf59abf8
|
@ -0,0 +1,18 @@
|
|||
# Pacman
|
||||
|
||||
# Search
|
||||
|
||||
pacman -Ss <key words>
|
||||
|
||||
# Install
|
||||
|
||||
pacman -S <package name>
|
||||
|
||||
# Remove
|
||||
|
||||
pacman -Rscun <package name>
|
||||
-c, --cascade remove packages and all packages that depend on them
|
||||
-n, --nosave remove configuration files
|
||||
-s, --recursive remove unnecessary dependencies
|
||||
-u, --unneeded remove unneeded packages
|
||||
|
Loading…
Reference in New Issue