It is recommended to copy and paste each cpan command individually, as they may be interactive. If cpan commands ask for options, choose the defaults.

CentOS:

  • yum -y install cpan gcc gcc-c++ expat-devel libtiff libtiff-devel make mysql mysql-devel ncurses-devel nfs-utils ntp openssl-devel patch perl-CGI perl-Crypt-SSLeay perl-CGI perl-DBI perl-DBD-MySQL perl-ExtUtils-Embed perl-libwww-perl subversion unzip wget zip zlib-devel
  • cpan ExtUtils::MakeMaker
  • cpan Archive::Zip
  • cpan Net::Server
  • cpan MIME::Lite
  • cpan HTML::Template
  • cpan PDF::Report
  • cpan Image::Size
  • cpan Date::Calc
  • cpan Date::Calc::XS
  • cpan XML::Simple
  • cpan Net::IP
  • cpan Text::CSV
  • cpan Time::HiRes

Debian:

  • apt-get install gcc g++ libarchive-zip-perl libc6-dev libcrypt-ssleay-perl libdate-calc-perl libdbd-mysql-perl libdbi-perl libtiff4 libtiff4-dev libtiff-tools libnet-ip-perl libnet-server-perl libmime-lite-perl libhtml-template-perl libimage-size-perl libmysqlclient15-dev libncurses-dev libpdf-report-perl libssl-dev libtext-csv-perl libwww-perl libxml-simple-perl make mysql-client ncftp nfs-common ngrep ntp psmisc subversion unzip zip zlib1g-dev

Fedora:

  • yum -y install gcc gcc-c++ libtiff libtiff-devel make mysql-devel ncftp ncurses-devel ngrep ntp openssl-devel patch perl-Archive-Zip perl-Crypt-SSLeay perl-CPAN perl-Date-Calc perl-CGI perl-DBI perl-HTML-Template perl-Image-Size perl-MIME-Lite perl-DBD-MySQL perl-Net-Server perl-XML-Simple perl-libwww-perl subversion wget
  • cpan PDF::Report

Redhat Enterprise:

  • yum -y install gcc libtiff libtiff-devel make mysql-devel ncurses-devel openssl-devel ntp perl-Crypt-SSLeay perl-CGI perl-DBI perl-DBD-MySQL perl-libwww-perl subversion
  • cpan Archive::Zip
  • cpan Net::Server
  • cpan MIME::Lite
  • cpan HTML::Template
  • cpan PDF::Report
  • cpan Image::Size
  • cpan Date::Calc
  • cpan Date::Calc::XS
  • cpan XML::Simple
  • cpan Net::IP
  • cpan Text::CSV
  • cpan Time::HiRes

Ubuntu:

  • apt-get install gcc g++ libarchive-zip-perl libc6-dev libcrypt-ssleay-perl libdate-calc-perl libdbd-mysql-perl libdbi-perl libtiff4-dev libtiff-tools libnet-ip-perl libnet-server-perl libmime-lite-perl libhtml-template-perl libimage-size-perl libmysqlclient16 libmysqlclient16-dev libncurses-dev libpdf-report-perl libtext-csv-perl libwww-perl libxml-simple-perl make ncftp nfs-common ngrep ntp patch psmisc subversion unzip xpdf-utils zip zlib1g-dev