fstab50 / gensec

General Security Utilities for Linux
1 stars 0 forks source link

rkhunter install | Check for cpan #2

Open fstab50 opened 6 years ago

fstab50 commented 6 years ago

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

fstab50 commented 6 years ago

After installing cpan, must also:

  1. auto-configure it
  2. must update cpan to latest using cpan terminal