arch user repository
the arch user repository (aur) is a list of packages, that are maintained by users. the aur provides a voting functionality. if enough people vote for a package, it will get added into the extra repository, which is directly accessible by pacman.
usage
to start using the aur, search and download PKGBUILD's from the aur web interface.
these PKGBUILD's can be built into installable packages using makepkg and then installed using
pacman.
- install
base-devel: required package to build packages from source git clone https://aur.archlinux.org/package_name.git: clone the build repository from the aur.- run
makepkg: compiles the code and packages it pacman -U <package_file>: installs the package onto the system