qemu-pinning on AUR (Arch User Repository)

Last updated: July 06,2024

1. Install "qemu-pinning" 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 qemu-pinning on Arch using YAY

$ yay -S qemu-pinning

* (Optional) Uninstall qemu-pinning on Arch using YAY

$ yay -Rns qemu-pinning

2. Manually Install "qemu-pinning" via AUR

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

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

b. Clone qemu-pinning's git locally

$ git clone https://aur.archlinux.org/qemu-pinning.git ~/qemu-pinning

c. Go to ~/qemu-pinning folder and install it

$ cd ~/qemu-pinning $ makepkg -si

3. Information about the qemu-pinning package on Arch User Repository (AUR)