yuzu-ea-bin on AUR (Arch User Repository)

Last updated: October 06,2024

1. Install "yuzu-ea-bin" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install yuzu-ea-bin on Arch using YAY

$ yay -S yuzu-ea-bin

* (Optional) Uninstall yuzu-ea-bin on Arch using YAY

$ yay -Rns yuzu-ea-bin

2. Manually Install "yuzu-ea-bin" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone yuzu-ea-bin's git locally

$ git clone https://aur.archlinux.org/yuzu-ea-bin.git ~/yuzu-ea-bin

c. Go to ~/yuzu-ea-bin folder and install it

$ cd ~/yuzu-ea-bin $ makepkg -si

3. Information about the yuzu-ea-bin package on Arch User Repository (AUR)