Description of problem: nagios-plugins-all 2.2.2 install is missing perl-utf8-all greater 0.02 Version-Release number of selected component (if applicable): perl-utf8-all-0.02 or above How reproducible: Steps to Reproduce: #dnf install nagios-plugins-all-2.2.2 Actual results: Resolving Dependencies --> Running transaction check ---> Package perl-utf8-all.noarch 0:0.011-1.el7 will be installed --> Processing Dependency: perl(Dist::CheckConflicts) >= 0.02 for package: perl-utf8-all-0.011-1.el7.noarch --> Processing Dependency: perl(Import::Into) for package: perl-utf8-all-0.011-1.el7.noarch --> Running transaction check ---> Package perl-Import-Into.noarch 0:1.002002-1.el7 will be installed ---> Package perl-utf8-all.noarch 0:0.011-1.el7 will be installed --> Processing Dependency: perl(Dist::CheckConflicts) >= 0.02 for package: perl-utf8-all-0.011-1.el7.noarch --> Finished Dependency Resolution Error: Package: perl-utf8-all-0.011-1.el7.noarch (epel) Requires: perl(Dist::CheckConflicts) >= 0.02 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Expected results: nagios-plugins-all-2.2.2 is installed Additional info: This is similar to the issue in bug https://bugzilla.redhat.com/show_bug.cgi?id=1761914 for epel8
This is a bug in the perl-utf8-all-0.011-1.el7.noarch package and not the nagios package. I will see if I can get this additional package into EPEL7 testing today
perl-Dist-CheckConflicts-0.06-2.el7 is in EL-7, providing perl(Dist::CheckConflicts) = 0.06. Installing perl-utf8-all-0.011-1.el7 works fine for me on my CentOS 7 system.
The issue is resolved after updating perl-Dist-CheckConflicts package. This bug can be closed ... Thank you
I am still experiencing this issue on RHEL 7. what does "updating perl-Dist-CheckConflicts package" mean?
(In reply to claudio from comment #4) > I am still experiencing this issue on RHEL 7. > what does "updating perl-Dist-CheckConflicts package" mean? yum update perl-Dist-CheckConflicts ?
Hi, This bug is still present on epel7 I tried also to install perl-Dist-CheckConflicts (yum install perl-Dist-CheckConflicts) but this package is not present on the epel repo. Thanks. vidbaz@host01 /etc/yum.repos.d $ sudo yum install perl-Dist-CheckConflicts Loaded plugins: ulninfo No package perl-Dist-CheckConflicts available. Error: Nothing to do vidbaz@host01 /etc/yum.repos.d $ Repo URL: http://ftp.tu-chemnitz.de/pub/linux/fedora-epel/7/x86_64/
Hi, sorry for the spam, we were installing on Oracle Linux 7 and this package is available only on ol7_optional_latest repo. We fixed the issue enabling this Repo [ol7_optional_latest] name=Oracle Linux $releasever Optional Latest ($basearch) baseurl=https://yum$ociregion.oracle.com/repo/OracleLinux/OL7/optional/latest/$basearch/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle gpgcheck=1 enabled=1 After that everything looks good. thanks.
RHEL7: This dependency is available in rhel-7-server-optional-rpms. You can enable this with sudo subscription-manager repos --enable=rhel-7-server-optional-rpms