virt-xml

Edit libvirt Domain XML files with explicit command-line options. NOTE: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh). More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.

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