Comments on How to Install MariaDB 10.6 on Rocky Linux 8
MariaDB, the Maria database software is an open-source relational database management system. This guide will show you how to install the latest MariaDB version on Rocky Linux.
4 Comment(s)
Comments
Shouldn't the installation command be sudo dnf install MariaDB-server MariaDB-client and not sudo dnf install mariadb-server mariadb-client ?
Last metadata expiration check: 0:00:03 ago on Wed 27 Oct 2021 03:00:53 AM EDT.
Error:
Problem 1: package mariadb-connector-c-devel-3.1.11-2.el8_3.x86_64 requires mariadb-connector-c = 3.1.11-2.el8_3, but none of the providers can be installed
- package MariaDB-shared-10.6.4-1.el8.x86_64 obsoletes mariadb-connector-c provided by mariadb-connector-c-3.1.11-2.el8_3.x86_64
- package MariaDB-shared-10.6.4-1.el8.x86_64 obsoletes mariadb-connector-c provided by mariadb-connector-c-3.1.11-2.el8_3.i686
- cannot install the best update candidate for package mariadb-connector-c-devel-3.1.11-2.el8_3.x86_64
- cannot install the best update candidate for package mariadb-connector-c-3.1.11-2.el8_3.x86_64
Problem 2: package mariadb-gssapi-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 requires mariadb-server(x86-64) = 3:10.3.28-1.module+el8.4.0+427+adf35707, but none of the providers can be installed
- package mariadb-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 conflicts with mysql-server provided by MariaDB-server-10.6.4-1.el8.x86_64
- package MariaDB-server-10.6.4-1.el8.x86_64 obsoletes mariadb-server provided by mariadb-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
- cannot install the best update candidate for package mariadb-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
- cannot install the best update candidate for package mariadb-gssapi-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
Problem 3: package mariadb-devel-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 requires mariadb-connector-c-devel >= 3.1.11, but none of the providers can be installed
- package mariadb-connector-c-devel-3.1.11-2.el8_3.x86_64 requires mariadb-connector-c = 3.1.11-2.el8_3, but none of the providers can be installed
- package mariadb-connector-c-devel-3.1.11-2.el8_3.i686 requires libmariadb.so.3, but none of the providers can be installed
- package MariaDB-shared-10.6.4-1.el8.x86_64 obsoletes mariadb-connector-c provided by mariadb-connector-c-3.1.11-2.el8_3.x86_64
- package MariaDB-shared-10.6.4-1.el8.x86_64 obsoletes mariadb-connector-c provided by mariadb-connector-c-3.1.11-2.el8_3.i686
- cannot install the best update candidate for package mariadb-devel-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
- cannot install the best update candidate for package mariadb-connector-c-config-3.1.11-2.el8_3.noarch
Problem 4: problem with installed package mariadb-gssapi-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
- package mariadb-gssapi-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 requires mariadb-server(x86-64) = 3:10.3.28-1.module+el8.4.0+427+adf35707, but none of the providers can be installed
- package mariadb-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 conflicts with mysql-server provided by MariaDB-server-10.6.4-1.el8.x86_64
- package MariaDB-server-10.6.4-1.el8.x86_64 obsoletes mariadb-server provided by mariadb-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
- cannot install the best update candidate for package mariadb-server-utils-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
sudo dnf install mariadb-server mariadb
Last metadata expiration check: 0:02:37 ago on Wed 27 Oct 2021 03:00:53 AM EDT.
Package mariadb-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 is already installed.
Package mariadb-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 is already installed.
Error:
Problem: problem with installed package mariadb-gssapi-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
- package mariadb-gssapi-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 requires mariadb-server(x86-64) = 3:10.3.28-1.module+el8.4.0+427+adf35707, but none of the providers can be installed
- package mariadb-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64 conflicts with mysql-server provided by MariaDB-server-10.6.4-1.el8.x86_64
- package MariaDB-server-10.6.4-1.el8.x86_64 obsoletes mariadb-server provided by mariadb-server-3:10.3.28-1.module+el8.4.0+427+adf35707.x86_64
- cannot install the best candidate for the job
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
I thank you for this clean precise and accurate article.
Very well done!