1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 06:35:59 +02:00
tldr/pages/linux/auracle.md
Managor ba6daef39d
*: standardize regex usage (#17328)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-07-25 08:50:06 +03:00

513 B

auracle

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 regex:

auracle search '{{regex}}'

  • Display information about one or more AUR packages:

auracle info {{package1 package2 ...}}

  • Display the PKGBUILD file (build information) of one or more AUR packages:

auracle show {{package1 package2 ...}}

  • Display updates for installed AUR packages:

auracle outdated