qemu-img

Tool for Quick Emulator Virtual HDD image creation and manipulation. More information: <https://qemu.readthedocs.io/en/latest/tools/qemu-img.html>.

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