qemu-system-aarch64

QEMU full system emulation binaries (arm)

Debian Debian
RUN apt-get update && \ apt-get install -y qemu-system-arm
Ubuntu
RUN apt-get update && \ apt-get install -y qemu-system-arm
Alpine
RUN apk add qemu-system-arm
Arch Arch Linux
RUN pacman -S --noconfirm qemu-system-aarch64-core-2
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y qemu-system-arm
Fedora
RUN dnf install -y qemu-system-aarch64-core-2
Raspbian
RUN apt-get update && \ apt-get install -y qemu-system-arm
click the source code to copy install qemu-system-aarch64 on any operating system with command-not-found.com