Suricata version: 8.0.5
Operating system: Oracle Linux 9 and Oracle Linux 10
Installed suricata from official repo.
Hi, I am in the process of updating suricata to latest version, 8.0.5 from 8.0.4. I run sudo dnf install suricata and this is what i get:
sudo dnf install suricata
Last metadata expiration check: 0:40:34 ago on Thu 21 May 2026 12:29:47 PM UTC.
Error:
Problem: cannot install the best candidate for the job
- nothing provides librte_eal.so.26()(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_eal.so.26(DPDK_26)(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_ethdev.so.26()(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_ethdev.so.26(DPDK_26)(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_ethdev.so.26(EXPERIMENTAL)(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_kvargs.so.26()(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_kvargs.so.26(DPDK_26)(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_log.so.26()(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_log.so.26(DPDK_26)(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_mbuf.so.26()(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_mbuf.so.26(DPDK_26)(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_mempool.so.26()(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
- nothing provides librte_mempool.so.26(DPDK_26)(64bit) needed by suricata-1:8.0.5-1.el10.x86_64 from copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0
(try to add ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)
Both for Oracle Linux 9 and Oracle Linux 10 that i tried. I checked what provides librte_eal.so.26 with dnf provides ‘*/librte_eal.so.26’ but i get nothing from the following repo lists
copr:copr.fedorainfracloud.org:group_oisf:suricata-8.0 Copr repo for suricata-8.0 owned by @oisf
epel Packages for Enterprise Linux 10 - x86_64
ol-appstream Oracle Linux 10 Application Stream (x86_64)
ol-latest Oracle Linux 10 Latest - x86_64
ol10_UEKR8 Oracle Linux 10 UEK Release 8 (x86_64)
ol10_appstream Oracle Linux 10 Application Stream Packages (x86_64)
ol10_baseos_latest Oracle Linux 10 BaseOS Latest (x86_64)
Some help would be appreciated, thank you.