nothing provides graphviz-gd needed by nagiosxi-deps-el8-5.8

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mehmet
Posts: 1
Joined: Wed Sep 22, 2021 2:30 pm

nothing provides graphviz-gd needed by nagiosxi-deps-el8-5.8

Post by mehmet »

Hello folks
When ı want to install nagios xi in redhat ı take this error
Error:
Problem: conflicting requests
- nothing provides graphviz-gd needed by nagiosxi-deps-el8-5.8.6-1.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
RESULT=1
Can anyone help me ? thank you for your interest
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: nothing provides graphviz-gd needed by nagiosxi-deps-el8

Post by ssax »

Try running these first:

Code: Select all

yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
Locked