package collision (x86_64 / i686) on dnf update
Since a week or so, I am no longer able to update my system (Fedora 29) because of colliding packages. The output is as follows (sorry, German text, but I think everyone should be able :
Datei /usr/share/doc/gdk-pixbuf2/NEWS aus der Installation von gdk-pixbuf2-2.38.1-1.fc29.i686 kollidiert mit der Datei aus dem Paket gdk-pixbuf2-2.38.0-6.fc29.x86_64
Datei /usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo aus der Installation von gdk-pixbuf2-2.38.1-1.fc29.i686 kollidiert mit der Datei aus dem Paket gdk-pixbuf2-2.38.0-6.fc29.x86_64
...
The problem seems to be to me that dnf tries to install the same package for 2 different architectures (x86_64 and i686). Any ideas how to fix this and why this happens?
Thanks in advance,
Wolfgang
For future reference, if you ever want to run a command and turn off localization (translation to your system language), just run it with
LANG=C
ahead of the command, in this caseLANG=C sudo dnf update