2020-10-14 23:22:59 +01:00
|
|
|
# auracle
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> Command-line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR.
|
2020-10-14 23:22:59 +01:00
|
|
|
> More information: <https://github.com/falconindy/auracle>.
|
|
|
|
|
|
|
|
- Display AUR packages that match a regular expression:
|
|
|
|
|
2021-05-10 10:03:12 +01:00
|
|
|
`auracle search '{{regular_expression}}'`
|
2020-10-14 23:22:59 +01:00
|
|
|
|
|
|
|
- Display package information for a space-separated list of AUR packages:
|
|
|
|
|
|
|
|
`auracle info {{package1}} {{package2}}`
|
|
|
|
|
|
|
|
- Display the `PKGBUILD` file (build information) for a space-separated list of AUR packages:
|
|
|
|
|
|
|
|
`auracle show {{package1}} {{package2}}`
|
|
|
|
|
|
|
|
- Display updates for installed AUR packages:
|
|
|
|
|
|
|
|
`auracle outdated`
|