Can not install zabbix7.0-agent

I am trying to install zabbix7.0-agent from epel, and i get error:

Last metadata expiration check: 0:00:31 ago on Thu Nov 20 10:26:30 2025.
Error:
Problem: cannot install the best update candidate for package zabbix7.0-selinux-7.0.18-1.el10_0.noarch

  • nothing provides selinux-policy >= 42.1.6 needed by zabbix7.0-selinux-7.0.20-1.el10_1.noarch from epel
  • nothing provides selinux-policy-base >= 42.1.6 needed by zabbix7.0-selinux-7.0.20-1.el10_1.noarch from epel
    (try to add ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)

We have selinux-policy=40, but epel packages wants selinux-policy >= 42. Is there any workaround to install zabbix7.0-agent?

Hello,

AlmaLinux 10.1 will be released soon, so I believe the EPEL packages should become installable then.

Thank you.

Issue is still there.

AlmaLinux 10.1 GA is already out (SELinux policy is 42.x there), so this should be resolved after updating.

If you still see the dependency error, please check whether your system is still on 10.0 / old metadata:

sudo dnf clean all
sudo dnf --refresh upgrade -y
rpm -q almalinux-release selinux-policy selinux-policy-base

If selinux-policy is still 40.x, your system is not updated to the 10.1 package set yet (or your repos/mirror are stale).

thanks