qemu-system-i386

QEMU full system emulation binaries (x86)

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