mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 07:49:04 +00:00
Update cheatsheets
This commit is contained in:
25
linux/auracle
Normal file
25
linux/auracle
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 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`
|
||||
Reference in New Issue
Block a user