INSTALLATION INSTRUCTIONS
perl Makefile.PL
make
make test
make install
make clean
INSTALLATION ON RHEL 8 (ROCKY LINUX 8.x)
-
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 dnf update
-
Install the project
sudo dnf install perl-WWW-Suffit-Plugin-FileAuth
INSTALLATION ON RHEL 9 (ROCKY LINUX 9.x)
-
Install the epel and abalama repository
sudo dnf install epel-release sudo dnf install https://dist.suffit.org/repo/rhel9/abalama-release-1.03-2.el9.noarch.rpm
-
Install the project
sudo dnf install perl-WWW-Suffit-Plugin-FileAuth
INSTALLATION ON UBUNTU 20.x
sudo add-apt-repository ppa:abalama/v1.00
sudo apt update
sudo apt install libwww-suffit-plugin-fileauth-perl