virsh

Manage virsh guest domains. (NOTE: 'guest_id' can be the id, name or UUID of the guest). Some subcommands such as virsh list have their own usage documentation. More information: <https://libvirt.org/virshcmdref.html>.

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