You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of you might have followed the instructions at [https://labs.consol.de/repo/testing/#_9](https://labs.consol.de/repo/testing/#_9) to install the labs.consol.de repository. If you're using a minimal setup of Rocky Linux 9, you might encounter this error message:
10
+
Some of you might have followed the instructions at
Last metadata expiration check: 0:08:01 ago on Fri 10 Jan 2025 10:32:09 AM CET.
15
18
Error:
16
19
Problem: package omd-5.51.20250109-labs-edition-el9-1.x86_64 from labs_consol_testing requires perl-Net-SNMP, but none of the providers can be installed
@@ -19,10 +22,13 @@ Error:
19
22
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
20
23
```
21
24
22
-
The missing Perl module *Digest::SHA1* is included in the installation package *perl-Digest-SHA1*, which is not part of a minimal setup. Moreover, running ***yum search perl-digest-SHA1*** yields no results.
25
+
The missing Perl module *Digest::SHA1* is included in the installation package
26
+
*perl-Digest-SHA1*, which is not part of a minimal setup. Moreover, running
27
+
***dnf search perl-digest-SHA1*** yields no results.
23
28
24
-
To resolve this, you need to enable the *PowerTools* repository, which contains this RPM. You can do this either manually by editing the file */etc/yum.repos.d/Rocky-PowerTools.repo* and changing *enabled=0* to *enabled=1*, or by running the following command:
29
+
To resolve this, you need to enable the *PowerTools* repository, which contains
30
+
this RPM. You can do this by running the following command:
0 commit comments