2025-03-14 21:59:59 -06:00
|
|
|
# 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}}`
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
- List packages available in your local repository:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`aur repo {{[-l|--list]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
- Upgrade local repository packages:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`aur sync {{[-u|--upgrades]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Install a package without viewing changes in Vim and do not confirm dependency installation:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`aur sync --noview {{[-n|--noconfirm]}} {{package}}`
|