aur: add page (#12333)

* aur: add page

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
pull/23/head
Managor 2024-02-23 09:44:27 +02:00 committed by GitHub
parent d5e98aa1e5
commit 3f5060d637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

21
pages/linux/aur.md Normal file
View File

@ -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: <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}}`
- [l]ist packages available in your local repository:
`aur repo --list`
- [u]pgrade local repository packages:
`aur sync --upgrades`