kvm

KVM (for Kernel-based Virtual Machine) is a full virtualization

Debian Debian
RUN apt-get update && \ apt-get install -y qemu-kvm
Ubuntu
RUN apt-get update && \ apt-get install -y qemu-kvm
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y qemu-kvm
CentOS
RUN yum install -y qemu-kvm
Fedora
RUN dnf install -y qemu-kvm
click the source code to copy install kvm on any operating system with command-not-found.com