NagiosXI on CentOS 8 graphviz problem
Posted: Thu Jan 13, 2022 4:09 pm
I am running a dnf update -y to prep the system for an upgrade to Rocky Linux.
When I run the dnf update the VM complains about packages that are required to be upgraded.
# dnf update
Last metadata expiration check: 2:37:02 ago on Thu 13 Jan 2022 11:47:08 AM CST.
Error:
Problem: cannot install both graphviz-2.40.1-43.el8.x86_64 and graphviz-2.40.1-40.el8.x86_64
- package graphviz-gd-2.40.1-40.el8.x86_64 requires graphviz = 2.40.1-40.el8, but none of the providers can be installed
- cannot install the best update candidate for package graphviz-2.40.1-40.el8.x86_64
- problem with installed package graphviz-gd-2.40.1-40.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
# dnf list installed | grep graph*
graphite2.x86_64 1.3.10-10.el8 @AppStream
graphviz.x86_64 2.40.1-40.el8 @AppStream
graphviz-gd.x86_64 2.40.1-40.el8 @PowerTools
python3-cryptography.x86_64 2.3-3.el8 @BaseOS
It seems as if graphviz and graphviz-gd don't match up.
When I run the dnf update the VM complains about packages that are required to be upgraded.
# dnf update
Last metadata expiration check: 2:37:02 ago on Thu 13 Jan 2022 11:47:08 AM CST.
Error:
Problem: cannot install both graphviz-2.40.1-43.el8.x86_64 and graphviz-2.40.1-40.el8.x86_64
- package graphviz-gd-2.40.1-40.el8.x86_64 requires graphviz = 2.40.1-40.el8, but none of the providers can be installed
- cannot install the best update candidate for package graphviz-2.40.1-40.el8.x86_64
- problem with installed package graphviz-gd-2.40.1-40.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
# dnf list installed | grep graph*
graphite2.x86_64 1.3.10-10.el8 @AppStream
graphviz.x86_64 2.40.1-40.el8 @AppStream
graphviz-gd.x86_64 2.40.1-40.el8 @PowerTools
python3-cryptography.x86_64 2.3-3.el8 @BaseOS
It seems as if graphviz and graphviz-gd don't match up.