hjmnzs
hjmnzs

Reputation: 139

How to resolve package conflicts Fedora 33

After a fresh installation of Fedora 33, I observed these errors:

Transaction error: file /usr/lib64/libldacBT_abr.so.2.0.2.3 from ldacbt-2.0.2.3-7.fc33.x86_64 conflicts with file of package libldac-2.0.2.3-7.fc33.x86_64

file /usr/lib64/libldacBT_enc.so.2.0.2.3 from installation of ldacbt-2.0.2.3-7.fc33.x86_64 conflicts with file from package libldac-2.0.2.3-7.fc33.x86_64

I tried to remove the conflicting files, but noticed this:

Problem: The operation would result in removing the following protected packages: gnome-shell

How do I solve this?


PS: messages translated from Portuguese to English.

Upvotes: 0

Views: 1646

Answers (1)

Johnny B Plunder
Johnny B Plunder

Reputation: 31

sudo dnf config-manager --save --setopt=unitedrpms\*.priority=100

sudo dnf --allowerasing --disablerepo unitedrpms\* distro-sync

Provided by kekorcringewithrms from Fedora Discussions — Can’t upgrade pipewire due to problems with fdk-aac-free, libldac and ldacbt conflicts

Upvotes: 3

Related Questions