新建文件 Software/Application/Pacman/Pacman.md

This commit is contained in:
lion187 2019-03-26 21:39:48 +08:00
parent 722cc91891
commit f8bf59abf8
1 changed files with 18 additions and 0 deletions

View File

@ -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