From 3a7f468939f5fdcd9bd97860539836ef41cb014d Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Wed, 12 Feb 2020 20:20:46 +0100 Subject: [PATCH] extended install instructions for centos if perl dependencies can't be found --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index bc56558..021b5b7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,6 +52,11 @@ Install prerequisite software: sudo yum install -y epel-release git # Install the packages that Sanoid depends on: sudo yum install -y perl-Config-IniFiles perl-Data-Dumper perl-Capture-Tiny lzop mbuffer mhash pv +# if the perl depencies can't be found in the configured repositories you can install them from CPAN manually: +sudo dnf install perl-CPAN perl-CPAN +cpan # answer the questions and past the following lines +# install Capture::Tiny +# install Config::IniFiles ``` Clone this repo, then put the executables and config files into the appropriate directories: