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