From f4e425d6827ae01c271f4738d2fba570f24de072 Mon Sep 17 00:00:00 2001 From: Christopher Morrow Date: Wed, 27 Nov 2024 18:24:08 -0800 Subject: [PATCH] Add Install instructions for EL9 systems Added to INSTALL.md the command to add the `crb` repo for Rocky Linux 9 and AlmaLinux 9. Necessary for perl-Capture-Tiny package. --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 12b6734..6aa4347 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,6 +59,8 @@ sudo yum config-manager --set-enabled powertools sudo dnf config-manager --set-enabled powertools # On RHEL, instead of PowerTools, we need to enable the CodeReady Builder repo: sudo subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms +# For Rocky Linux 9 or AlmaLinux 9 you need the CodeReady Builder repo, and it is labelled `crb` +sudo dnf config-manager --set-enabled crb # Install the packages that Sanoid depends on: sudo yum install -y perl-Config-IniFiles perl-Data-Dumper perl-Capture-Tiny perl-Getopt-Long lzop mbuffer mhash pv # The repositories above should contain all the relevant Perl modules, but if you