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