Hello,
New version displayes duplicated rpm packages.
I had many packages installed twice. Used this command to solve the
problem:sudo dnf reinstall $(rpm -qa | sort | uniq -cd | cut -d' '
-f8)
Thank you for your help
On Thu, 2019-01-24 at 14:59 +0000, Richard W.M. Jones wrote:
I added Pino's patches into this version of supermin:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-640a4bb060
Please download and install this package (from the "Builds" tab)
andrun libguestfs-test-tool again, and it ought to give more
informationabout which package on your system is causing the problem.
Also run:
rpm -qa
and attach that as well as the output from libguestfs-test-tool
above.
Thanks,
Rich.