← 返回命令列表

Linux command

auracle 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Search

auracle search '[regex]'

Example

auracle info [package1] [package2] ...

Example

auracle show [package1] [package2] ...

Example

auracle outdated

Clone

auracle clone --recurse [package]

说明

auracle is a lightweight command-line tool for querying the Arch User Repository (AUR). It provides fast search, package information lookup, and update checking without building or installing packages. Written in C++, auracle focuses on AUR queries rather than full package management. It is designed to be used with other tools or scripts for a complete AUR workflow.

参数

-q, --quiet
Limit output to package names only (used with `search` and `outdated`)
--sort _field_
Sort search results by field (name, votes, popularity)
--rsort _field_
Sort search results by field in reverse order
--literal
Treat search terms as literal strings rather than regular expressions
--recurse
Recursively follow and process dependencies (used with `clone` and `download`)
--show-file _file_
Control which source file is displayed by the `show` subcommand
--search-by _field_
Search by a specific field (name, name-desc, maintainer, depends, makedepends, optdepends, checkdepends)
--color _when_
Control colored output: `auto`, `never`, or `always` (default: auto)

FAQ

What is the auracle command used for?

auracle is a lightweight command-line tool for querying the Arch User Repository (AUR). It provides fast search, package information lookup, and update checking without building or installing packages. Written in C++, auracle focuses on AUR queries rather than full package management. It is designed to be used with other tools or scripts for a complete AUR workflow.

How do I run a basic auracle example?

Run `auracle search '[regex]'` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -q, --quiet do in auracle?

Limit output to package names only (used with `search` and `outdated`)