qemu-user-static on AUR (Arch User Repository)

Last updated: April 27,2024

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

$ yay -S qemu-user-static

* (Optional) Uninstall qemu-user-static on Arch using YAY

$ yay -Rns qemu-user-static

2. Manually Install "qemu-user-static" via AUR

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

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

b. Clone qemu-user-static's git locally

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

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

$ cd ~/qemu-user-static $ makepkg -si

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

ID: 1133614
Name: qemu-user-static
PackageBaseID: 138680
PackageBase: qemu-user-static
Version: 7.1.0-1
Description: Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt.
URL: http://wiki.qemu.org/
NumVotes: 27
Popularity: 3.567909
OutOfDate:
Maintainer: crab2313
FirstSubmitted: 1547214907
LastModified: 1661999128
URLPath: /cgit/aur.git/snapshot/qemu-user-static.tar.gz