Conflict with updates on f43

I started having this issue not long ago, is there anything else I can try?

Error running transaction: 
file /usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo from install of elfutils-libelf-0.195-1.fc43.i686 conflicts with file from package elfutils-libelf-0.194-1.fc43.x86_64
file /usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo from install of elfutils-libelf-0.195-1.fc43.i686 conflicts with file from package elfutils-libelf-0.194-1.fc43.x86_64
file /usr/share/locale/es/LC_MESSAGES/elfutils.mo from install of elfutils-libelf-0.195-1.fc43.i686 conflicts with file from package elfutils-libelf-0.194-1.fc43.x86_64
file /usr/share/locale/ja/LC_MESSAGES/elfutils.mo from install of elfutils-libelf-0.195-1.fc43.i686 conflicts with file from package elfutils-libelf-0.194-1.fc43.x86_64
file /usr/share/locale/pl/LC_MESSAGES/elfutils.mo from install of elfutils-libelf-0.195-1.fc43.i686 conflicts with file from package elfutils-libelf-0.194-1.fc43.x86_64
file /usr/share/locale/uk/LC_MESSAGES/elfutils.mo from install of elfutils-libelf-0.195-1.fc43.i686 conflicts with file from package elfutils-libelf-0.194-1.fc43.x86_64
file /usr/share/licenses/SDL3/LICENSE.txt from install of SDL3-3.4.8-1.fc43.i686 conflicts with file from package SDL3-3.4.0-3.fc43.x86_64
file /usr/share/doc/gnutls/AUTHORS from install of gnutls-3.8.13-1.fc43.i686 conflicts with file from package gnutls-3.8.12-1.fc43.x86_64
file /usr/share/doc/gnutls/NEWS from install of gnutls-3.8.13-1.fc43.i686 conflicts with file from package gnutls-3.8.12-1.fc43.x86_64
file /usr/share/man/man1/debuginfod-find.1.gz from install of elfutils-debuginfod-client-0.195-1.fc43.i686 conflicts with file from package elfutils-debuginfod-client-0.194-1.fc43.x86_64
file /usr/share/man/man7/debuginfod-client-config.7.gz from install of elfutils-debuginfod-client-0.195-1.fc43.i686 conflicts with file from package elfutils-debuginfod-client-0.194-1.fc43.x86_64
file /usr/share/doc/gdk-pixbuf2/NEWS from install of gdk-pixbuf2-2.44.6^really2.44.4-1.fc43.i686 conflicts with file from package gdk-pixbuf2-2.44.6-1.fc43.x86_64
file /usr/share/doc/gdk-pixbuf2/README.md from install of gdk-pixbuf2-2.44.6^really2.44.4-1.fc43.i686 conflicts with file from package gdk-pixbuf2-2.44.6-1.fc43.x86_64
file /usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo from install of gdk-pixbuf2-2.44.6^really2.44.4-1.fc43.i686 conflicts with file from package gdk-pixbuf2-2.44.6-1.fc43.x86_64
file /usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo from install of gdk-pixbuf2-2.44.6^really2.44.4-1.fc43.i686 conflicts with file from package gdk-pixbuf2-2.44.6-1.fc43.x86_64
file /usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo from install of gdk-pixbuf2-2.44.6^really2.44.4-1.fc43.i686 conflicts with file from package gdk-pixbuf2-2.44.6-1.fc43.x86_64
file /usr/share/libdrm/amdgpu.ids from install of libdrm-2.4.133-1.fc43.i686 conflicts with file from package libdrm-2.4.131-1.fc43.x86_64

I also filed it on bugzilla: 2480589 – DNF cannot update

You posted a different error on a topic that had already been solved so I moved it to a new topic.

It appears that those errors are all related to conflicts between the i686 packages and the x86_64 packages with version mismatches. It is probably because of timing between your update attempt and the mirrors not being fully synced.

$ sudo dnf list gdk-pixbuf2*fc43* --releasever=43
Updating and loading repositories:
Repositories loaded.
Available packages (available for reinstall, available for upgrade)
gdk-pixbuf2.i686                 2.44.6^really2.44.4-1.fc43 updates
gdk-pixbuf2.x86_64               2.44.6^really2.44.4-1.fc43 updates

$ sudo dnf list libdrm*fc43* --releasever=43
Updating and loading repositories:
Repositories loaded.
Available packages (available for reinstall, available for upgrade)
libdrm.i686                2.4.133-1.fc43                   updates
libdrm.x86_64              2.4.133-1.fc43                   updates

$ sudo dnf list elfutils-libelf-*fc43* --releasever=43
Updating and loading repositories:
Repositories loaded.
Available packages (available for reinstall, available for upgrade)
elfutils-libelf.i686         0.195-1.fc43 updates
elfutils-libelf.x86_64       0.195-1.fc43 updates

All of the ones I checked appear to now be in sync so please repeat your update and if it successfully completes then close the bug report.

BTW, I am editing your post to add the preformatted text tags (the </> button on the toolbar) so the lines appear as on-screen and not all running together.

Hey, thanks for moving it!

I found more problems when running dnf check. I had a bunch of duplicate packages, looked like an incomplete update. I removed the duplicates and I could distro sync then.

Not sure if getting rid of duplicates did it or the packages synced up, but it works now!