virt-sparsify

Make virtual machine drive images thin-provisioned. NOTE: Use only for offline machines to avoid data corruption. More information: <https://libguestfs.org>.

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