LinuxCommandLibrary

aur

Build packages from the AUR and manage local repositories.

TLDR

Search the AUR database for a package

$ aur search [keyword]
copy


Download a package and its dependencies from AUR, build them and add them to a local repository
$ aur sync [package]
copy


[l]ist packages available in your local repository
$ aur repo --list
copy


[u]pgrade local repository packages
$ aur sync --upgrades
copy


Install a package without viewing changes in Vim and do not confirm dependency installation
$ aur sync --noview --noconfirm [package]
copy

Copied to clipboard