Fix duplicate packages detected by `dnf check`

,

I think, I managed to fix it. I did the following steps:

sudo dnf distro-sync
sudo dnf remove --duplicates

Finally, sudo dnf check does not give any errors.

3 Likes