Upgrade from F41WS to F42WS encounters hcidump file conflict

Upgrading to F42WS from F41WS using dnf system-upgrade download --releasever=42.

Encountered file /usr/bin/hcidump conflict between bluez-hcidump and bluez-deprecated during test of offline transaction.

Did dnf upgrade --refresh prior to dnf system-upgrade.

How do I resolve this?

Remove the package below and redo the dnf upgrade --refresh and then test to upgrade again to F42.

sudo dnf remove bluez-hcidump

You can try to reinstall it afterwards (if you still need it) when you on F42

That worked. Thanks.

1 Like