It is recommended to copy and paste each perl command individually, as they may be interactive. If perl 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-Crypt-SSLeay perl-DBI perl-DBD-MySQL perl-libwww-perl subversion zlib-devel
  • cpan Net::Server
  • cpan MIME::Lite
  • cpan HTML::Template
  • cpan PDF::Report
  • cpan Image::Size
  • cpan Date::Calc
  • cpan XML::Simple
  • cpan Net::IP

Debian:

  • apt-get install gcc g++ 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 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-Crypt-SSLeay perl-CPAN perl-Date-Calc 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-DBI perl-DBD-MySQL perl-libwww-perl subversion
  • cpan Net::Server
  • cpan MIME::Lite
  • cpan HTML::Template
  • cpan PDF::Report
  • cpan Image::Size
  • cpan Date::Calc
  • cpan XML::Simple
  • cpan Net::IP

Ubuntu:

  • apt-get install gcc g++ 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 libwww-perl libxml-simple-perl make ncftp nfs-common ngrep ntp patch psmisc subversion unzip xpdf-utils zip zlib1g-dev