← 返回命令列表

Linux command

aur 命令

文本

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

常用示例

Search

aur search [keyword]

Download, build, and add

aur sync [package1] [package2] ...

List packages

aur repo -l

Upgrade

aur sync -u

Clean

aur sync -c [package]

Example

aur sync --no-view --no-confirm [package]

Fetch

aur fetch [package]

Example

aur depends [package]

说明

aur (aurutils) is a collection of scripts for managing AUR packages through a local pacman repository. It automates downloading PKGBUILDs, building packages in clean chroots, and adding them to a local repository that pacman can use directly. Unlike AUR helpers that install packages directly, aurutils maintains a proper local repository, enabling cleaner dependency management and the ability to share built packages across systems.

FAQ

What is the aur command used for?

aur (aurutils) is a collection of scripts for managing AUR packages through a local pacman repository. It automates downloading PKGBUILDs, building packages in clean chroots, and adding them to a local repository that pacman can use directly. Unlike AUR helpers that install packages directly, aurutils maintains a proper local repository, enabling cleaner dependency management and the ability to share built packages across systems.

How do I run a basic aur example?

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

Where can I find more aur examples?

This page includes 8 examples for aur, plus related commands for nearby Linux tasks.