mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
635 B
Plaintext
26 lines
635 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|