paru: add page (#4894)
This commit is contained in:
24
pages/linux/paru.md
Normal file
24
pages/linux/paru.md
Normal 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`
|
Reference in New Issue
Block a user