2020-11-01 15:42:13 +02:00
|
|
|
# paru
|
|
|
|
|
|
|
|
> An AUR helper and pacman wrapper.
|
2021-03-13 13:02:47 -03:00
|
|
|
> More information: <https://github.com/Morganamilo/paru>.
|
2020-11-01 15:42:13 +02:00
|
|
|
|
|
|
|
- Interactively search for and install a package:
|
|
|
|
|
2022-07-19 19:45:32 +05:30
|
|
|
`paru {{package_name_or_search_term}}`
|
2020-11-01 15:42:13 +02:00
|
|
|
|
|
|
|
- Synchronize and update all packages:
|
|
|
|
|
|
|
|
`paru`
|
|
|
|
|
|
|
|
- Upgrade AUR packages:
|
|
|
|
|
|
|
|
`paru -Sua`
|
|
|
|
|
|
|
|
- Get information about a package:
|
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`paru -Si {{package}}`
|
2020-11-01 15:42:13 +02:00
|
|
|
|
2021-03-13 13:02:47 -03:00
|
|
|
- Download `PKGBUILD` and other package source files from the AUR or ABS:
|
2020-11-01 15:42:13 +02:00
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`paru --getpkgbuild {{package}}`
|
2021-03-13 13:02:47 -03:00
|
|
|
|
|
|
|
- Display the `PKGBUILD` file of a package:
|
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`paru --getpkgbuild --print {{package}}`
|