update-guestfs-appliance

guest disk image management system - shared library

Debian Debian
RUN apt-get update && \ apt-get install -y libguestfs0
Ubuntu
RUN apt-get update && \ apt-get install -y libguestfs-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libguestfs0
CentOS
RUN yum install -y libguestfs-tools
Fedora
RUN dnf install -y libguestfs-tools
Raspbian
RUN apt-get update && \ apt-get install -y libguestfs0
click the source code to copy install update-guestfs-appliance on any operating system with command-not-found.com