extended install instructions for centos if perl dependencies can't be found

This commit is contained in:
Christoph Klaffl 2020-02-12 20:20:46 +01:00
parent d30e7c0140
commit 3a7f468939
No known key found for this signature in database
GPG Key ID: 8FC1D76EED4970D2
1 changed files with 5 additions and 0 deletions

View File

@ -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: