AUR
Arch User Repository
Requirements
sudo pacman -Syu
updated systemsudo pacman -S git base-devel
git and some basic build packages
How to install
git clone https://aur.archlinux.org/<pkgName>.git
clone the repocd <pkgName>/
cd into the dirmakepkg
build the packagesudo pacman -U <package_name>.tar.xz
install the packagemakepkg -sri
building and installing
How to Uninstall
sudo pacman -R <package_name>
sudo pacman -Rs <package_name>
install checking dependencies
Update package
git clone https://aur.archlinux.org/<pkgName>.git
grab the latest repogit pull
if the previous directory was not deleted
Using yay
to mange the AUR packages
Installing yay
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -sri
Installing pkg using yay
yay -S <pkgName>