1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/linux/paru.md
2020-11-01 13:42:13 +00:00

24 lines
424 B
Markdown

# 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`