commands.sh

aura

linux

The Aura Package Manager: a secure, multilingual package manager for Arch Linux and the AUR.

More info →

Options (7)

boolean

Search for packages from the AUR

Example: aura {{[-As|--aursync --search]}} {{keyword|regex}}
-A, --aursyncboolean

Install a package from the AUR

Example: aura {{[-A|--aursync]}} {{package}}
boolean

Update all AUR packages in a verbose mode and remove all make dependencies

Example: aura {{[-Akua|--aursync --diff --sysupgrade --delmakedeps]}}
-S, --syncboolean

Install a package from the official repositories

Example: aura {{[-S|--sync]}} {{package}}
boolean

Synchronize and update all packages from the official repositories

Example: aura {{[-Syu|--sync --refresh --sysupgrade]}}
boolean

Remove a package and its dependencies

Example: aura {{[-Rsu|--remove --recursive --unneeded]}} {{package}}
boolean

Remove orphan packages (installed as dependencies but not required by any package)

Example: aura {{[-Oj|--orphans --abandon]}}

Examples (7)

Search for packages from the AUR

aura [-As|--aursync --search] keyword|regex

Install a package from the AUR

aura [-A|--aursync] package

Update all AUR packages in a verbose mode and remove all make dependencies

aura [-Akua|--aursync --diff --sysupgrade --delmakedeps]

Install a package from the official repositories

aura [-S|--sync] package

Synchronize and update all packages from the official repositories

aura [-Syu|--sync --refresh --sysupgrade]

Remove a package and its dependencies

aura [-Rsu|--remove --recursive --unneeded] package

Remove orphan packages (installed as dependencies but not required by any package)

aura [-Oj|--orphans --abandon]
made by @shridhargupta | data from tldr-pages