Files
tldr/pages/linux/aur.md
Managor d0fa59e6c1 aur: add another automation option (#12774)
* aur: add another automation option

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-05-11 12:57:17 +05:30

26 lines
728 B
Markdown

# 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}}`
- [l]ist packages available in your local repository:
`aur repo --list`
- [u]pgrade local repository packages:
`aur sync --upgrades`
- Install a package without viewing changes in Vim and do not confirm dependency installation:
`aur sync --noview --noconfirm {{package}}`