In fedora 32 and 33 there exist the packages libguestfs-tools
but in fedora 34 doesn’t.
The context:
Want to work with Vagrant, qemu, KVM
This tutorial teach how to install the necessary packages
Vagrant and the provider qemu, KVM works fine in fedora 34, there is no problem installing the softwares or packages.
I only want to know what happened with the libguestfs-tools
package.
I have trying to track the new packages name using provides
utility
dnf provides libguestfs-tools
That shows the virt-win-reg
package provides libguestfs-tools
Then to show the info of the package
dnf info virt-win-reg
That says in the information that the source of that is guestfs-tools
.
I only want to know what happened with the libguestfs-tools
package. Thanks in advance.