We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6256ee5 commit 6e577dcCopy full SHA for 6e577dc
README.md
@@ -55,11 +55,18 @@ yum install perl-DateTime perl-Sys-Syslog perl-DBI perl-DBD-mysql
55
56
```
57
58
-If perl-DateTime isn't available on your RHEL installation make sure to install the powertools repo with:
+If perl-DateTime isn't available on your RHEL based installation make sure to install the powertools repo with:
59
60
yum config-manager --set-enabled powertools
61
62
63
+or for genuine-RedHat:
64
+
65
+```
66
+sudo subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
67
68
69
70
On a Debian based systems run:
71
72
apt-get install libdatetime-perl liblogger-syslog-perl libdbd-mysql-perl
0 commit comments