Ich möchte NetXMS auf einem Alma Linux 8 Server installieren und benutze dazu die offizielle Anleitung. Dazu habe ich das Repo hinzugefügt.
dnf config-manager --add-repo https://packages.netxms.org/epel/netxms.repo
Wenn ich es dann aber installieren möchte
[root@vtsv-netxms ~]# dnf install netxms-server netxms-dbdrv-pgsql
Letzte Prüfung auf abgelaufene Metadaten: vor 0:23:41 am Fr 31 Okt 2025 09:04:45 CET.
Fehler:
 Problem: cannot install the best candidate for the job
  - nothing provides libstrophe.so.0()(64bit) needed by netxms-server-5.2.6-1.el8.x86_64 from netxms
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@vtsv-netxms ~]#
Wie kann ich das installieren?