Install libapache-htpasswd-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libapache-htpasswd-perl
Description:
module to manage Unix crypt-style password file
The Apache::Htpasswd module comes with a set of methods to use with htaccess password files. These files (and htaccess) are used to do Basic Authentication on a web server. . The passwords file is a flat-file with login name and their associated crypted password. You can use this for non-Apache files if you wish, but it was written specifically for .htaccess style files.
Homepage: https://metacpan.org/release/Apache-Htpasswd
Version: 1.9-1
Section: universe/perl