INSTALLATION INSTRUCTIONS
perl Makefile.PL
make
make test
make install
make clean
INSTALLATION ON RHEL 7 (CENTOS 7.x)
1. Install the epel and abalama repositories
sudo yum install epel-release
sudo rpm -Uvh https://dist.suffit.org/repo/rhel7/abalama-release-1.00-1.el7.noarch.rpm
sudo yum clean all
sudo yum update
2. Install CTKlib project
sudo yum install perl-CTKlib
# Requirements (for manual installation):
sudo yum install epel-release perl-CPAN perl-Config-General perl-Encode perl-DBI \
perl-ExtUtils-MakeMaker perl-File-Copy-Recursive perl-File-Temp \
perl-JSON-XS perl-PathTools perl-Perl-OSType perl-Test-Simple \
perl-Time-HiRes perl-Try-Tiny perl-YAML
sudo cpan install CTK
INSTALLATION ON RHEL 8 (ROCKY LINUX 8.x)
1. Install the epel and abalama repository
sudo dnf install epel-release
sudo rpm -Uvh https://dist.suffit.org/repo/rhel8/abalama-release-1.00-1.el8.noarch.rpm
sudo dnf clean all
sudo yum update
2. Install CTKlib project
sudo yum install perl-CTKlib
INSTALLATION ON UBUNTU 20.x
sudo add-apt-repository ppa:abalama/v1.00
sudo apt update
sudo apt install libctk-perl
# Requirements (for manual installation):
sudo apt install gcc libconfig-general-perl libdbi-perl \
libfile-copy-recursive-perl libio-all-perl libjson-perl libjson-xs-perl \
libscalar-list-utils-perl libemail-mime-encodings-perl libmime-lite-perl \
libmro-compat-perl libtext-simpletable-perl libtry-tiny-perl liburi-perl \
libxml-simple-perl libyaml-perl libyaml-libyaml-perl libsys-sigaction-perl \
libtest-simple-perl libclass-singleton-perl libfile-pid-perl libio-string-perl \
ibnet-sftp-foreign-perl
sudo cpan install CTK