diff --git a/pages/linux/aur.md b/pages/linux/aur.md new file mode 100644 index 000000000..baf86a775 --- /dev/null +++ b/pages/linux/aur.md @@ -0,0 +1,21 @@ +# aur + +> Build packages from the AUR and manage local repositories. +> Note: A local repository needs to be set in `/etc/pacman.conf` and `vifm` needs to be installed for this to fully function. +> More information: . + +- 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}}` + +- [l]ist packages available in your local repository: + +`aur repo --list` + +- [u]pgrade local repository packages: + +`aur sync --upgrades`