Folks I have an issue with mariadb and community-mysql. I installed mysql-workbench. When I run it it shows a conflict between it and the running mysql server, namely mysql-workbench is version 8.0.16 and mariadb is 10.3.12. So I decided to remove mariadb, i.e. I did:
yum remove mariadb-common mariadb-connector-c mariadb-embedded mariadb-errmsg
In doing this a total of 62 packages were removed:
Removing: mariadb-common x86_64 3:10.3.12-10.fc30 @fedora 179 k mariadb-connector-c x86_64 3.0.10-1.fc30 @updates 712 k mariadb-embedded x86_64 3:10.3.12-10.fc30 @fedora 22 M mariadb-errmsg x86_64 3:10.3.12-10.fc30 @fedora 2.3 M Removing dependent packages: freeradius-mysql x86_64 3.0.19-1.fc30 @fedora 78 k kf5-akonadi-server-mysql x86_64 18.12.2-2.fc30 @fedora 3.4 k libreoffice-calc x86_64 1:6.2.4.2-1.fc30 @updates 46 M libreoffice-draw x86_64 1:6.2.4.2-1.fc30 @updates 65 k libreoffice-emailmerge x86_64 1:6.2.4.2-1.fc30 @updates 26 k libreoffice-impress x86_64 1:6.2.4.2-1.fc30 @updates 2.9 M libreoffice-math x86_64 1:6.2.4.2-1.fc30 @updates 2.1 M perl-DBD-MySQL x86_64 4.050-2.fc30 @fedora 367 k Removing unused dependencies: autocorr-en noarch 1:6.2.4.2-1.fc30 @updates 467 k clucene-contribs-lib x86_64 2.3.3.4-34.20130812.e8e3d20git.fc30 @anaconda 516 k gstreamer1-plugins-good-gtk x86_64 1.16.0-1.fc30 @updates 69 k hyphen-en noarch 2.8.8-11.fc30 @anaconda 104 k libabw x86_64 0.1.2-4.fc30 @anaconda 501 k libcdr x86_64 0.1.5-4.fc30 @anaconda 983 k libcmis x86_64 0.5.2-2.fc30 @anaconda 2.2 M libe-book x86_64 0.1.3-9.fc30 @anaconda 861 k libeot x86_64 0.01-11.fc30 @anaconda 99 k libepubgen x86_64 0.1.1-3.fc30 @anaconda 613 k libetonyek x86_64 0.1.9-3.fc30 @anaconda 4.2 M libexttextcat x86_64 3.4.5-4.fc30 @anaconda 438 k libfbclient2 x86_64 3.0.4.33054-2.fc30 @fedora 2.2 M libfreehand x86_64 0.1.2-4.fc30 @anaconda 547 k liblangtag x86_64 0.6.2-7.fc30 @anaconda 268 k liblangtag-data noarch 0.6.2-7.fc30 @anaconda 1.9 M libmspub x86_64 0.1.4-7.fc30 @anaconda 536 k libmwaw x86_64 0.3.15-1.fc30 @updates 9.0 M libnumbertext x86_64 1.0.5-2.fc30 @anaconda 1.0 M libodfgen x86_64 0.1.7-4.fc30 @anaconda 1.2 M liborcus x86_64 0.14.1-3.fc30 @anaconda 1.9 M libpagemaker x86_64 0.0.4-6.fc30 @anaconda 313 k libqxp x86_64 0.0.2-3.fc30 @anaconda 525 k libreoffice-core x86_64 1:6.2.4.2-1.fc30 @updates 346 M libreoffice-data noarch 1:6.2.4.2-1.fc30 @updates 7.4 M libreoffice-graphicfilter x86_64 1:6.2.4.2-1.fc30 @updates 1.5 M libreoffice-gtk3 x86_64 1:6.2.4.2-1.fc30 @updates 2.3 M libreoffice-help-en x86_64 1:6.2.4.2-1.fc30 @updates 25 M libreoffice-langpack-en x86_64 1:6.2.4.2-1.fc30 @updates 187 k libreoffice-opensymbol-fonts noarch 1:6.2.4.2-1.fc30 @updates 623 k libreoffice-pdfimport x86_64 1:6.2.4.2-1.fc30 @updates 960 k libreoffice-pyuno x86_64 1:6.2.4.2-1.fc30 @updates 1.1 M libreoffice-ure x86_64 1:6.2.4.2-1.fc30 @updates 9.6 M libreoffice-ure-common noarch 1:6.2.4.2-1.fc30 @updates 854 k libreoffice-writer x86_64 1:6.2.4.2-1.fc30 @updates 20 M libreoffice-x11 x86_64 1:6.2.4.2-1.fc30 @updates 1.1 M librevenge x86_64 0.0.4-13.fc30 @anaconda 932 k libstaroffice x86_64 0.0.6-3.fc30 @anaconda 3.3 M libvisio x86_64 0.1.6-8.fc30 @anaconda 910 k libwpd x86_64 0.10.3-2.fc30 @anaconda 1.2 M libwpg x86_64 0.3.3-2.fc30 @anaconda 221 k libwps x86_64 0.4.10-2.fc30 @anaconda 3.0 M libzmf x86_64 0.0.2-9.fc30 @anaconda 269 k lpsolve x86_64 5.5.2.0-22.fc30 @anaconda 1.3 M mythes x86_64 1.2.4-11.fc30 @anaconda 24 k mythes-en noarch 3.0-26.fc30 @anaconda 21 M neon x86_64 0.30.2-10.fc30 @anaconda 360 k pakchois x86_64 0.4-19.fc30 @anaconda 32 k qt5-qtbase-mysql x86_64 5.12.1-7.fc30 @updates 117 k xmlsec1-nss x86_64 1.2.27-2.fc30 @anaconda 246 k
Transaction Summary ================================================================================ Remove 62 Packages
I then did an install of community mysql:
yum install community-mysql-common.x86_64 community-mysql-devel.x86_64 community-mysql-errmsg.x86_64 community-mysql-libs.x86_64 community-mysql-server.x86_64 community-mysql-test.x86_64
This failed miserably:
Installing: community-mysql-common x86_64 8.0.16-1.fc30 updates 86 k community-mysql-devel x86_64 8.0.16-1.fc30 updates 89 k community-mysql-errmsg x86_64 8.0.16-1.fc30 updates 487 k community-mysql-libs x86_64 8.0.16-1.fc30 updates 1.1 M community-mysql-server x86_64 8.0.16-1.fc30 updates 21 M community-mysql-test x86_64 8.0.16-1.fc30 updates 92 M Installing dependencies: community-mysql x86_64 8.0.16-1.fc30 updates 10 M perl-Memoize noarch 1.03-436.fc30 updates 66 k perl-Env noarch 1.04-418.fc30 fedora 19 k perl-Importer noarch 0.025-4.fc30 fedora 40 k perl-JSON noarch 4.02-1.fc30 fedora 98 k perl-MIME-Charset noarch 1.012.2-7.fc30 fedora 49 k perl-Term-Size-Perl x86_64 0.031-4.fc30 fedora 21 k perl-Term-Table noarch 0.013-2.fc30 fedora 41 k perl-Test-Simple noarch 2:1.302162-1.fc30 fedora 513 k perl-Time-HiRes x86_64 1.9760-1.fc30 fedora 57 k protobuf-lite x86_64 3.6.1-3.fc30 fedora 149 k sombok x86_64 2.4.0-9.fc30 fedora 45 k Installing weak dependencies: perl-Term-Size-Any noarch 0.002-26.fc30 fedora 13 k perl-Unicode-LineBreak x86_64 2019.001-2.fc30 fedora 120 k Downgrading: mysql-community-client x86_64 8.0.16-1.fc30 mysql80-community 31 M mysql-community-common x86_64 8.0.16-1.fc30 mysql80-community 549 k mysql-community-devel x86_64 8.0.16-1.fc30 mysql80-community 5.0 M mysql-community-server x86_64 8.0.16-1.fc30 mysql80-community 403 M
Transaction Summary ================================================================================ Install 20 Packages Downgrade 4 Packages
Total download size: 565 M Downloading Packages: (1/24): mysql-community-devel-8.0.16-1.fc30.x86 1.3 MB/s | 5.0 MB 00:03 (2/24): mysql-community-common-8.0.16-1.fc30.x8 132 kB/s | 549 kB 00:04 (3/24): community-mysql-8.0.16-1.fc30.x86_64.rp 833 kB/s | 10 MB 00:12 (4/24): community-mysql-common-8.0.16-1.fc30.x8 720 kB/s | 86 kB 00:00 (5/24): community-mysql-devel-8.0.16-1.fc30.x86 572 kB/s | 89 kB 00:00 (6/24): community-mysql-errmsg-8.0.16-1.fc30.x8 1.1 MB/s | 487 kB 00:00 (7/24): community-mysql-libs-8.0.16-1.fc30.x86_ 1.7 MB/s | 1.1 MB 00:00 (8/24): community-mysql-server-8.0.16-1.fc30.x8 1.8 MB/s | 21 MB 00:11 (9/24): mysql-community-client-8.0.16-1.fc30.x8 571 kB/s | 31 MB 00:55 (10/24): perl-Memoize-1.03-436.fc30.noarch.rpm 88 kB/s | 66 kB 00:00 (11/24): perl-Env-1.04-418.fc30.noarch.rpm 18 kB/s | 19 kB 00:01 (12/24): perl-Importer-0.025-4.fc30.noarch.rpm 122 kB/s | 40 kB 00:00 (13/24): perl-JSON-4.02-1.fc30.noarch.rpm 343 kB/s | 98 kB 00:00 (14/24): perl-MIME-Charset-1.012.2-7.fc30.noarc 430 kB/s | 49 kB 00:00 (15/24): perl-Term-Size-Any-0.002-26.fc30.noarc 82 kB/s | 13 kB 00:00 (16/24): perl-Term-Size-Perl-0.031-4.fc30.x86_6 102 kB/s | 21 kB 00:00 (17/24): perl-Term-Table-0.013-2.fc30.noarch.rp 318 kB/s | 41 kB 00:00 (18/24): perl-Test-Simple-1.302162-1.fc30.noarc 410 kB/s | 513 kB 00:01 (19/24): perl-Time-HiRes-1.9760-1.fc30.x86_64.r 455 kB/s | 57 kB 00:00 (20/24): perl-Unicode-LineBreak-2019.001-2.fc30 351 kB/s | 120 kB 00:00 (21/24): protobuf-lite-3.6.1-3.fc30.x86_64.rpm 721 kB/s | 149 kB 00:00 (22/24): sombok-2.4.0-9.fc30.x86_64.rpm 412 kB/s | 45 kB 00:00 (23/24): community-mysql-test-8.0.16-1.fc30.x86 1.8 MB/s | 92 MB 00:49 (24/24): mysql-community-server-8.0.16-1.fc30.x 2.1 MB/s | 403 MB 03:12 -------------------------------------------------------------------------------- Total 2.9 MB/s | 565 MB 03:16 Running transaction check Transaction check succeeded. Running transaction test The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Transaction check error: file /usr/bin/mysql conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysql_config_editor conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysqladmin conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysqlbinlog conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysqlcheck conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysqldump conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysqlimport conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysqlpump conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysqlshow conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/bin/mysqlslap conflicts between attempted installs of community-mysql-8.0.16-1.fc30.x86_64 and mysql-community-client-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/libmysqlclient.so.21.0.16 from install of community-mysql-libs-8.0.16-1.fc30.x86_64 conflicts with file from package mysql-community-libs-8.0.16-2.fc30.x86_64 file /usr/bin/ibd2sdi conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/innochecksum conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/my_print_defaults conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/myisam_ftdump conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/myisamchk conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/myisamlog conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/myisampack conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/mysql_secure_installation conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/mysql_ssl_rsa_setup conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/mysql_tzinfo_to_sql conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/mysql_upgrade conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/mysqld_pre_systemd conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/perror conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib/systemd/system/mysqld.service conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib/systemd/system/mysqld@.service conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/adt_null.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/auth_socket.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/component_audit_api_message_emit.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/component_log_filter_dragnet.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/component_log_sink_json.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/component_log_sink_syseventlog.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/component_validate_password.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/connection_control.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/ddl_rewriter.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/group_replication.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/ha_example.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/ha_mock.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/innodb_engine.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/keyring_file.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/keyring_udf.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/libmemcached.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/locking_service.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/mypluglib.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/mysql_no_login.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/rewrite_example.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/rewriter.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/semisync_master.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/semisync_slave.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/validate_password.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/lib64/mysql/plugin/version_token.so conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/sbin/mysqld conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /var/lib/mysql conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /var/lib/mysql-keyring conflicts between attempted installs of community-mysql-server-8.0.16-1.fc30.x86_64 and mysql-community-server-8.0.16-1.fc30.x86_64 file /usr/bin/mysql_config conflicts between attempted installs of community-mysql-devel-8.0.16-1.fc30.x86_64 and mysql-community-devel-8.0.16-1.fc30.x86_64 file /usr/bin/mysql_config-64 conflicts between attempted installs of community-mysql-devel-8.0.16-1.fc30.x86_64 and mysql-community-devel-8.0.16-1.fc30.x86_64 file /usr/include/mysql/mysql_version.h conflicts between attempted installs of community-mysql-devel-8.0.16-1.fc30.x86_64 and mysql-community-devel-8.0.16-1.fc30.x86_64 file /usr/include/mysql/mysqlx_version.h conflicts between attempted installs of community-mysql-devel-8.0.16-1.fc30.x86_64 and mysql-community-devel-8.0.16-1.fc30.x86_64 file /usr/lib64/pkgconfig/mysqlclient.pc conflicts between attempted installs of community-mysql-devel-8.0.16-1.fc30.x86_64 and mysql-community-devel-8.0.16-1.fc30.x86_64
Error Summary
So how do I install the community-mysql instead of the mariadb server, and why are so many packages removed when I remove the mariadb packages?
Why are libreoffice-calc, libreoffice-draw, libreoffice-math removed?
Any help is appreciated.
Paolo