2024-02-23 07:44:27 +00:00
|
|
|
# aur
|
|
|
|
|
|
|
|
> Build packages from the AUR and manage local repositories.
|
2024-02-24 19:48:52 +00:00
|
|
|
> Note: A local repository needs to be defined in `/etc/pacman.conf` and `vifm` needs to be installed for this to fully function.
|
2024-02-23 07:44:27 +00:00
|
|
|
> 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`
|