As in the past, we have an unofficial, unsupported, unsigned yum repository containing a preview of the libguestfs and virt-v2v RHEL 7.6 packages: https://people.redhat.com/~rjones/libguestfs-RHEL-7.6-preview/ PLEASE DO NOT CONTACT RED HAT SUPPORT ABOUT THESE PACKAGES. If you find any problems, contact the upstream mailing list directly by emailing <libguestfs@redhat.com> ** To install ** (1) Create a file called /etc/yum.repos.d/libguestfs-RHEL-7.6-preview.repo with the following content: [libguestfs-RHEL-7.6-preview] name=libguestfs RHEL 7.6 preview baseurl=https://people.redhat.com/~rjones/libguestfs-RHEL-7.6-preview/ enabled=1 gpgcheck=0 (2) Install or upgrade libguestfs, virt-v2v etc: # yum install libguestfs libguestfs-tools-c virt-v2v ** To go back to the supported packages ** (1) Uninstall libguestfs: # yum remove libguestfs (2) Delete /etc/yum.repos.d/libguestfs-RHEL-7.6-preview.repo # rm /etc/yum.repos.d/libguestfs-RHEL-7.6-preview.repo (3) Reinstall libguestfs from the ordinary RHN channels: # yum install libguestfs libguestfs-tools-c virt-v2v -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top