1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 03:55:31 +02:00
tldr/pages/linux/aur.md
Managor ce9de4753a
*: fix style guide issues part 6 (#15792)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-07 13:14:54 +02:00

751 B

aur

Build packages from the AUR and manage local repositories. Note: A local repository needs to be defined in /etc/pacman.conf and vifm needs to be installed for this to fully function. More information: https://github.com/aurutils/aurutils.

  • Search the AUR database for a package:

aur search {{keyword}}

  • Download a package and its dependencies from AUR, build them and add them to a local repository:

aur sync {{package}}

  • List packages available in your local repository:

aur repo {{[-l|--list]}}

  • Upgrade local repository packages:

aur sync {{[-u|--upgrades]}}

  • Install a package without viewing changes in Vim and do not confirm dependency installation:

aur sync --noview {{[-n|--noconfirm]}} {{package}}