1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:26:05 +02:00

paru: add page (#4894)

This commit is contained in:
Ben Lönnqvist 2020-11-01 15:42:13 +02:00 committed by GitHub
parent 0bb9c353a7
commit 0db6045edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/linux/paru.md Normal file
View file

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