Install yay 📦

install required packages

> sudo pacman -S --needed base-devel git
  • The –needed flag prevents reinstallation of existing packages

download the yay repo

> git clone https://aur.archlinux.org/yay.git

build packages

> cd yay 
> makepkg -si

Leave a Reply

Your email address will not be published. Required fields are marked *