Opendmarc on CentOS 9

Has anyone installed opendmarc successfully?

I get-
dnf install opendmarc
Last metadata expiration check: 0:41:05 ago on Fri 06 Dec 2024 04:23:37 PM GMT.
Error:
Problem: conflicting requests

  • nothing provides perl(Switch) needed by opendmarc-1.4.2-22.el9.x86_64 from epel
    (try to add ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)

To answer my own question perl(Switch) is hiding in the crb repo so

dnf config-manager --set-enabled crb

before installing opendmarc solves the issue.

1 Like