Gnome crashed during update. Can't update now

,

Gnome crashed in the middle of a dnf update (It showed that “Oh-no” screen).

I had to restart my system usign Ctrl+Alt+Del. After that I could only get the login screen through the rescue option in grub. Now If I try running dnf update, I get the following error:

Error: Transaction test error:
file /usr/lib64/gstreamer-1.0/libgst1394.so from install of gstreamer1-plugins-good-extras-1.18.4-2.fc34.x86_64 conflicts with file from package gstreamer1-plugins-good-1.18.4-1.fc34.x86_64
file /usr/lib64/gstreamer-1.0/libgstdv.so from install of gstreamer1-plugins-good-extras-1.18.4-2.fc34.x86_64 conflicts with file from package gstreamer1-plugins-good-1.18.4-1.fc34.x86_64

How do I fix this? Thank you!

2 Likes
sudo rpm --rebuilddb
sudo dnf remove --duplicates
sudo dnf distro-sync
6 Likes

Thank you so much! This worked like a charm!

1 Like

To make sure that this does not happen in the future, you may want to run updates within screen or on a tty.

May also want to take a look at : DNF Offline Upgrading is now available - Desktop - Fedora Discussion

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.