GNU/Linux Manjaro Installing Yay – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install Yay Arch User Repository Package Manager in Manjaro GNU/Linux.
And Yay for Manjaro Tool make it Easy to Search and Install Software from the AUR Repo that contains more than 44000 Packages.
Moreover, Yay is an AUR Helper and Pacman Wrapper written in Go that is based on the Design of yaourt, apacman and pacaur.
The main Yay Features are:
Perform advanced dependency solving
Download PKGBUILDs from ABS or AUR
Tab-complete the AUR
Query user up-front for all input (prior to starting builds)
Narrow search terms (yay linux header will first search linux and then narrow on header)
Find matching package providers during search and allow selection
Remove make dependencies at the end of the build process
Run without sourcing PKGBUILD
Finally, this guide includes detailed instructions about How to Getting-Started Installing AUR Packages.

1. Launching Terminal
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)2. Installing Yay
Then to Install Yay on Manjaro
First, to Install Requirements play:Confirm for “All“.Copysudo pacman -Sy base-devel
But in case of Issue then first Upgrade your System with:And again:Copysudo pacman -Syy
Then Clone the Git Repo withCopysudo pacman -Su
Copygit clone https://aur.archlinux.org/yay.git
Access the Target:
Then on a New System possibly synchronize the pacman Repos with:Copycd yay
And finally, to Install Yay play:Copysudo pacman -Sy
Copymakepkg -si
Enter the User’s Admin Password and Confirm for Installation.