Setting Up
-
Then to Install Pikaur on Antergos
First, Install the Requirements with:Copysudo pacman -Sy --needed base-devel git
Then Clone the Git Repo:
Copygit clone https://aur.archlinux.org/pikaur.git
Access the Target:
Copycd pikaur
And finally, to Install Pikaur:
Copymakepkg -fsri
-
Now to Search & Install AUR Packages
For Searching use:Copypikaur -Ss [keyWord]
And then for Installing:
Copypikaur -S [packageName]
Contents