1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:15:26 +02:00

paru: replace -P example by 2 --getpkgbuild examples (#5417)

This commit is contained in:
Davi 2021-03-13 13:02:47 -03:00 committed by GitHub
parent 3192ab066b
commit 856d526a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# paru
> An AUR helper and pacman wrapper.
> More information: <https://github.com/morganamilo/paru>.
> More information: <https://github.com/Morganamilo/paru>.
- 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}}`