AUR
Arch User Repository
Requirements
sudo pacman -Syuupdated systemsudo pacman -S git base-develgit and some basic build packages
How to install
git clone https://aur.archlinux.org/<pkgName>.gitclone the repocd <pkgName>/cd into the dirmakepkgbuild the packagesudo pacman -U <package_name>.tar.xzinstall the packagemakepkg -sribuilding 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>.gitgrab the latest repogit pullif the previous directory was not deleted
Using yay to mange the AUR packages
Installing yay
git clone https://aur.archlinux.org/yay.gitcd yaymakepkg -sri
Installing pkg using yay
yay -S <pkgName>