Whats happen with libguestfs-tools packages in fedora 34 Linux KDE spin

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.

1 Like

It was split/dropped upstream, see the marked lines for details:
https://src.fedoraproject.org/rpms/libguestfs/blob/main/f/libguestfs.spec#_1212-1219

1 Like

That information is very useful.
Is important to know the existence of that file libguestfs.spec in the section of libguestfs in the Fedora Package Source

1 Like