1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/auracle.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

20 lines
598 B
Markdown

# auracle
> Command-line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR.
> More information: <https://github.com/falconindy/auracle>.
- Display AUR packages that match a regular expression:
`auracle search '{{regular_expression}}'`
- 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`