commands.sh

auracle

linux

Interact with Arch Linux's User Repository, commonly referred to as the AUR.

More info →

Examples (4)

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
made by @shridhargupta | data from tldr-pages