qemu-ga

Guest-side qemu-system agent

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