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`