Package management can sometimes be a bit overwhelming, especially on rolling Linux systems. Pacman offers a lot in terms of management packages, but not so great for finding and installing user packages in AUR (Arch User Repository). But YAY takes quite a bit of the pain away. Here’s the skinny on how to get it up and running.

Install Prerequisites

First thing’s first, let’s get the prerequisites in for git and development.

Install Yay

Next, let’s install the binary git of yay. I’ve found the yay-bin to be more reliable and faster than the standard repo. Let’s clone that locally first.

Once the repo is cloned, let’s git in there and install it. See what I did there, no? Okay…moving on. Let’s install it.

Test It

That’s all there is to it. You should be able to use yay in all its glory. Let’s verify shall we?

Conclusion

Yay has a lot to offer in terms of package management. You can directly install packages using the same syntax as pacman as well as loose search and selection of packages. I hope this helps and thanks for dropping by. Like always, please feel free to drop me line in the comments if you have questions or comments.