[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)
Я пытаюсь установить CSSH на RHEL9 в WSL, я попробовал ниже и получил ошибку. Есть идеи [code][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) [/code] Я пробовал [code]dnf install -y perl-CPAN cpan -i Exception::Class [/code] Следует ли мне использовать эти флаги? Или стараетесь избегать? [code]dnf install -y clusterssh --skip-broken dnf install -y clusterssh --nobest [/code] Как будто закончились идеи...