virt-viewer

Minimal graphical interface for a virtual machine (VM). NOTE: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh). More information: <https://manned.org/virt-viewer>.

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