Hi guys, how do I solve this?
Try something like this:
sudo dnf reinstall \
--refresh \
$(dnf repoquery \
--duplicates \
--latest-limit=1 \
--qf="%{name}\n")
sudo dnf distro-sync \
--refresh \
--allowerasing \
--setopt=protected_packages=
1 Like
Thanks, I reinstalled the system.
