Setting Up
-
Then to Install Yay on Antergos
First, to Install Requirements play:sudo pacman -Sy base-devel
Confirm for “All“.
But in case of Issue then first Upgrade your System with:sudo pacman -Syy
And again:
sudo pacman -Su
Then Clone the Git Repo with
git clone https://aur.archlinux.org/yay.git
Access the Target:
cd yay
And finally, to Install Yay:
makepkg -si
-
Now to Search & Install AUR Packages
For Searching use:yay -Ss [keyWord]
And then for Installing:
yay -Sy --noconfirm [packageName]
Contents