virt-install

Create virtual machines with libvirt and begin OS installation. More information: <https://virt-manager.org/>.

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