sudo sh rkhunter-install.sh --configure perl Should first check for cpan installed: ``` $ which cpan ``` if not installed; should use distribution-specific commands to install it: ``` $ dnf/yum/apt install perl-CPAN ``` before proceeding with installation of perl modules
sudo sh rkhunter-install.sh --configure perl
Should first check for cpan installed:
if not installed; should use distribution-specific commands to install it:
before proceeding with installation of perl modules