Код: Выделить всё
[root@aaa rhel9]# dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
Updating Subscription Management repositories.
Last metadata expiration check: 0:17:23 ago on Sat 14 Dec 2024 09:39:03 PM NZDT.
epel-release-latest-9.noarch.rpm 16 kB/s | 19 kB 00:01
Package epel-release-9-9.el9.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@aaa rhel9]# dnf install -y clusterssh
Updating Subscription Management repositories.
Last metadata expiration check: 0:17:39 ago on Sat 14 Dec 2024 09:39:03 PM NZDT.
Error:
Problem: conflicting requests
- nothing provides perl(Exception::Class) >= 1.31 needed by clusterssh-4.18-1.el9.noarch from epel
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Код: Выделить всё
dnf install -y perl-CPAN
cpan -i Exception::Class
Код: Выделить всё
dnf install -y clusterssh --skip-broken
dnf install -y clusterssh --nobest
Подробнее здесь: https://stackoverflow.com/questions/792 ... nux-rhel-9