you DO know the difference between " i686" and " x86_64 "
i686 is 32 bit COMPATIBILITY seeing as there are no new 32 bit desktop or laptop CPU's
-- for running OLD 32 bit software
-- things like WINE for windows programs need the old 32 bit build
x86_64 the current 64 bit CPU's
the issue with MOST things in fedora's updates is installing CONFLICTING incompatible repos
please read the " dnf " man page and help
Code:
man dnf
-- then the help ----
dnf --help
this command should post the repose that are installed and if they are on or off
Code:
su -
dnf repolist all
so please post the out put of that
done as root , as is normal for that command