diff --git a/pages/linux/paru.md b/pages/linux/paru.md index 10fa77c94f..f1d2baca6b 100644 --- a/pages/linux/paru.md +++ b/pages/linux/paru.md @@ -1,7 +1,7 @@ # paru > An AUR helper and pacman wrapper. -> More information: . +> More information: . - Interactively search for and install a package: @@ -19,6 +19,10 @@ `paru -Si {{package_name}}` -- Show statistics for installed packages and system health: +- Download `PKGBUILD` and other package source files from the AUR or ABS: -`paru -P --stats` +`paru --getpkgbuild {{package_name}}` + +- Display the `PKGBUILD` file of a package: + +`paru --getpkgbuild --print {{package_name}}`