Conflicts between mariadb and connector when upgrading to F27
When running sudo dnf system-upgrade download --releasever=27
, I get this error message:
Error: Transaction check error:
file /usr/lib64/mariadb/plugin/dialog.so conflicts between attempted installs of mariadb-common-3:10.2.14-1.fc27.x86_64 and mariadb-connector-c-3.0.2-4.fc27.x86_64
file /usr/lib64/mariadb/plugin/mysql_clear_password.so conflicts between attempted installs of mariadb-common-3:10.2.14-1.fc27.x86_64 and mariadb-connector-c-3.0.2-4.fc27.x86_64
I don't think I have mariadb installed, at least dnf list installed "mar*"
doesn't show it. Mariadb isn't listed as an installed or upgraded package as part of the F27 upgrade, but these are listed as dependencies:
mariadb-common x86_64 3:10.2.14-1.fc27 updates 64 k
mariadb-connector-c x86_64 3.0.2-4.fc27 fedora 137 k
mariadb-embedded x86_64 3:10.2.14-1.fc27 updates 4.8 M
mariadb-errmsg x86_64 3:10.2.14-1.fc27 updates 226 k
I didn't have issues like this when I upgraded to F26. As you can probably tell, I'm pretty new to this. I saw this post about conflicts between the mariadb and mariadb-connector dependencies, but I don't know how to interpret it. Any help is appreciated.