How to do it
Install libguestfs
For Debian and Ubuntu this is pretty easy
sudo apt-get install libguestfs-tools
For Red Hat, Centos, Fedora
sudo yum install libguestfs-tools
For Arch Linux (my distro of choice) you need to install 3 packages from the AUR
git clone https://aur …