System-Update failing

,

Hi guys, pretty new to Fedora but like it alot! :slight_smile:
Now I wanted to update my system, but I’m always getting the error:

Interner Fehler:
Fehler beim Ausführen der Transaktion: Datei /usr/share/wallpapers/F36 aus der Installation von kde-settings-36.1-10.fc36.noarch kollidiert mit der Datei aus dem Paket f36-backgrounds-kde-36.1.1-1.fc36.noarch

Sorry, but I don’t know how to get the output in english…
Hope, you could still help me - thanks!

1 Like

It shoul be

export LC_ALL=C

before issuing the dnf update command.

1 Like

You would not need to use export. Instead use sudo LC_ALL=C dnf update which should make all the text as english for that one command only. If the user does the export as stated it will have a longer affect (and only in that users environment) until the user reboots.

Where did kde-settings-36.1-10.fc36.noarch come from?
Current version is

Last metadata expiration check: 0:05:07 ago on Thu 28 Jul 2022 07:18:24 CEST.
Available Packages
kde-settings.noarch        36.1-1.fc36    updates     

Thanks for your help everyone!
Found out myself, the problem was within Nobara Project that I’m running:
https://nobaraproject.org/docs/upgrade-troubleshooting/kde-settings-conflicts-with-f36-backgrounds-kde/

1 Like

(Actually it will have effect only on the current terminal, if you open a new terminal, such export doesn’t have any effect; so you don’t have to reboot, but to close the terminal).

Thanks for reminding me of that.
:upside_down_face:

1 Like