Hi everyone,
I'm using a Centos 7 machine. rpm -q returns that it is centos-release-7-9.2009.1.el7.centos.x86_64.
I am getting an error during the install of FreeIPA.
After entering yum install ipa-server with the current Centos repo, it fails and reports at the end:
Error: Package: ipa-server-4.6.8-5.el7_9.11.x86_64
Requires: system-logos >= 70.7.0
Installed: centos-logos-70.0.6-3.el7.centos.noarch
system-logos = 70.0.6-3.el7.centos
Available: redhat-logos-70.7.0-1.el7.noarch
system-logos = 70.7.0-1.el7
It says to try using --skip-broken to work around the problem.
That doesn't work either.
I'm suspecting that it is the repo,but I'm not sure how to verify that is the problem. Any thoughts or ideas?