From 3f5060d6375f774431ad79712e3c866094ee2004 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:44:27 +0200 Subject: [PATCH] aur: add page (#12333) * aur: add page --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --- pages/linux/aur.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/linux/aur.md 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`