From 0db6045edf1104bd796f85e565de82cd7b7b32ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20L=C3=B6nnqvist?= Date: Sun, 1 Nov 2020 15:42:13 +0200 Subject: [PATCH] paru: add page (#4894) --- pages/linux/paru.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/paru.md diff --git a/pages/linux/paru.md b/pages/linux/paru.md new file mode 100644 index 000000000..10fa77c94 --- /dev/null +++ b/pages/linux/paru.md @@ -0,0 +1,24 @@ +# paru + +> An AUR helper and pacman wrapper. +> More information: . + +- Interactively search for and install a package: + +`paru {{package_name_or_seach_term}}` + +- Synchronize and update all packages: + +`paru` + +- Upgrade AUR packages: + +`paru -Sua` + +- Get information about a package: + +`paru -Si {{package_name}}` + +- Show statistics for installed packages and system health: + +`paru -P --stats`