From f8bf59abf893bc84ca8822932cacbc41f2bf9237 Mon Sep 17 00:00:00 2001 From: lion187 Date: Tue, 26 Mar 2019 21:39:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=96=87=E4=BB=B6=20Software?= =?UTF-8?q?/Application/Pacman/Pacman.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Software/Application/Pacman/Pacman.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Software/Application/Pacman/Pacman.md diff --git a/Software/Application/Pacman/Pacman.md b/Software/Application/Pacman/Pacman.md new file mode 100644 index 0000000..56e8092 --- /dev/null +++ b/Software/Application/Pacman/Pacman.md @@ -0,0 +1,18 @@ +# Pacman + +# Search + + pacman -Ss + +# Install + + pacman -S + +# Remove + + pacman -Rscun + -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 +