2020-10-15 00:22:59 +02:00
|
|
|
# auracle
|
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
> Command-line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR.
|
2020-10-15 00:22:59 +02:00
|
|
|
> More information: <https://github.com/falconindy/auracle>.
|
|
|
|
|
|
|
|
- Display AUR packages that match a regular expression:
|
|
|
|
|
2021-05-10 11:03:12 +02:00
|
|
|
`auracle search '{{regular_expression}}'`
|
2020-10-15 00:22:59 +02:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
- Display information about one or more AUR packages:
|
2020-10-15 00:22:59 +02:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
`auracle info {{package1 package2 ...}}`
|
2020-10-15 00:22:59 +02:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
- Display the `PKGBUILD` file (build information) of one or more AUR packages:
|
2020-10-15 00:22:59 +02:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
`auracle show {{package1 package2 ...}}`
|
2020-10-15 00:22:59 +02:00
|
|
|
|
|
|
|
- Display updates for installed AUR packages:
|
|
|
|
|
|
|
|
`auracle outdated`
|