Can't install net-snmp net-snmp-utils after Direct Admin install

kisiek

Verified User
Joined
Apr 25, 2007
Messages
45
Hi
I'm trying to setup snmpd on server but due yum exclude I can't install net-snmp.
[root@athena ~]# dnf install -y net-snmp net-snmp-utils
Last metadata expiration check: 0:02:35 ago on Tue 23 Jul 2024 11:21:19 AM CEST.
Package net-snmp-utils-1:5.9.1-13.el9.x86_64 is already installed.
Error:
Problem: package net-snmp-1:5.9.1-13.el9.x86_64 from appstream requires net-snmp-agent-libs(x86-64) = 1:5.9.1-13.el9, but none of the providers can be installed
- package net-snmp-1:5.9.1-13.el9.x86_64 from appstream requires libnetsnmpagent.so.40()(64bit), but none of the providers can be installed
- package net-snmp-1:5.9.1-13.el9.x86_64 from appstream requires libnetsnmpmibs.so.40()(64bit), but none of the providers can be installed
- package net-snmp-1:5.9.1-13.el9.x86_64 from appstream requires libnetsnmptrapd.so.40()(64bit), but none of the providers can be installed
- package net-snmp-agent-libs-1:5.9.1-13.el9.x86_64 from appstream requires libmariadb.so.3()(64bit), but none of the providers can be installed
- package net-snmp-agent-libs-1:5.9.1-13.el9.x86_64 from appstream requires libmariadb.so.3(libmysqlclient_18)(64bit), but none of the providers can be installed
- conflicting requests
- package mariadb-connector-c-3.2.6-1.el9_0.x86_64 from appstream is filtered out by exclude filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

[root@athena ~]# cat /etc/yum.conf
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=True
skip_if_unavailable=False
exclude=apache* nginx* httpd* mod_* mysql* MySQL* mariadb* da_* *ftpd exim* sendmail* php* bind-chroot* dovecot*



Any Idea how I could solve that . I tried to find something similar on forum but with no luck .
OS is Rocky 9.4 .
 
I'm not sure if it safe or not to install "mariadb-connector-c".

If you have testing server, just do it on their before do in production and follow below step
1. remove excludes line package name "mariadb*"
2. try install it again. And ensure your database working fine by restart mariadb.service
 
Back
Top