0 Members and 1 Guest are viewing this topic.
dnf install MariaDB-server MariaDB-client net-snmp perl-DBD-MySQL -y...Error: Problem: package MariaDB-server-10.6.23-1.el8.x86_64 from mariadb requires MariaDB-client >= 10.6.1, but none of the providers can be installed - cannot install both MariaDB-client-10.6.21-1.el8.x86_64 from mariadb and MariaDB-client-10.5.29-1.el8.x86_64 from cwp - cannot install both MariaDB-client-10.6.22-1.el8.x86_64 from mariadb and MariaDB-client-10.5.29-1.el8.x86_64 from cwp - cannot install both MariaDB-client-10.6.23-1.el8.x86_64 from mariadb and MariaDB-client-10.5.29-1.el8.x86_64 from cwp - 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)
[root@s3 src]# cat /etc/yum.repos.d/mariadb.repo# MariaDB 10.11 RedHatEnterpriseLinux repository list - created 2025-09-30 19:31 UTC# https://mariadb.org/download/[mariadb]name = MariaDB# rpm.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https://mariadb.org/mirrorbits/ for details.# baseurl = https://rpm.mariadb.org/10.11/rhel/$releasever/$basearchbaseurl = https://mirrors.up.pt/pub/mariadb/yum/10.11/rhel/$releasever/$basearchmodule_hotfixes = 1# gpgkey = https://rpm.mariadb.org/RPM-GPG-KEY-MariaDBgpgkey = https://mirrors.up.pt/pub/mariadb/yum/RPM-GPG-KEY-MariaDBgpgcheck = 1
yum install MariaDB-server MariaDB-client MariaDB-devel MariaDB-shared net-snmp perl-DBD-MySQL -y --nobest