virt-convert

Programs to create and clone virtual machines

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 python-virtinst
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-convert on any operating system with command-not-found.com