HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

auracle — Interact with Arch Linux's User Repository, commonly referred to as the AUR. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandauracleinteractcliwithuserarchlinux
linux

Problem

How to use the auracle command: Interact with Arch Linux's User Repository, commonly referred to as the AUR. More information: <https://github.com/falconindy/auracle/blob/master/man/auracle.1.pod>.

Solution

auracle — Interact with Arch Linux's User Repository, commonly referred to as the AUR. More information: <https://github.com/falconindy/auracle/blob/master/man/auracle.1.pod>.

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

Code Snippets

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

Context

tldr-pages: linux/auracle

Revisions (0)

No revisions yet.