First `dnf up` in a while, fails due to conflict

,

This is the first time I’ve done an upgrade since ~January, and it seems like some internal package is conflicting. Here are the relevant sections of the output:

Skipping packages with conflicts:
 libplasma                                             x86_64   6.4.5-1.fc43                                            fedora                                                  5.5 MiB
 libplasma                                             x86_64   6.6.1-1.fc43                                            updates                                                 6.6 MiB
Skipping packages with broken dependencies:
 syncthingplasmoid-qt6                                 x86_64   2.0.2-1.1                                               home_mkittler                                         248.4 KiB
 bluedevil                                             x86_64   6.6.1-1.fc43                                            updates                                                 2.6 MiB

Running transaction
Transaction failed: Rpm transaction failed.
  - file /usr/lib64/qt6/plugins/plasma5support/dataengine/plasma_engine_executable.so from install of plasma5support-6.6.1-1.fc43.x86_64 conflicts with file from package plasma-workspace-libs-6.5.4-1.fc43.x86_64
  - file /usr/lib64/qt6/plugins/plasma5support/dataengine/plasma_engine_time.so from install of plasma5support-6.6.1-1.fc43.x86_64 conflicts with file from package plasma-workspace-libs-6.5.4-1.fc43.x86_64
  - file /usr/share/locale/ca/LC_MESSAGES/plasma_engine_time.mo from install of plasma5support-6.6.1-1.fc43.x86_64 conflicts with file from package plasma-workspace-6.5.4-1.fc43.x86_64
  - file /usr/share/locale/ca@valencia/LC_MESSAGES/plasma_engine_time.mo from install of plasma5support-6.6.1-1.fc43.x86_64 conflicts with file from package plasma-workspace-6.5.4-1.fc43.x86_64
  - file /usr/share/locale/zh_CN/LC_MESSAGES/plasma_engine_time.mo from install of plasma5support-6.6.1-1.fc43.x86_64 conflicts with file from package plasma-workspace-6.5.4-1.fc43.x86_64

Seems like syncthingplasmoid-qt6 was causing issues, I uninstalled it and things are working fine.

1 Like