Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

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

kisiekkisiek Member

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 .

Sign In or Register to comment.