System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.