How To Install perl-Apache-Htpasswd on Fedora 36

In this tutorial we learn how to install perl-Apache-Htpasswd in Fedora 36. perl-Apache-Htpasswd is Manage Unix crypt-style password file

Introduction

In this tutorial we learn how to install perl-Apache-Htpasswd on Fedora 36.

What is perl-Apache-Htpasswd

This 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 encrypted password. You can use this for non-Apache files if you wish, but it was written specifically for .htaccess style files.

We can use yum or dnf to install perl-Apache-Htpasswd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Apache-Htpasswd.

Install perl-Apache-Htpasswd on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Apache-Htpasswd using dnf by running the following command:

sudo dnf -y install perl-Apache-Htpasswd

Install perl-Apache-Htpasswd on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Apache-Htpasswd using yum by running the following command:

sudo yum -y install perl-Apache-Htpasswd

How To Uninstall perl-Apache-Htpasswd on Fedora 36

To uninstall only the perl-Apache-Htpasswd package we can use the following command:

sudo dnf remove perl-Apache-Htpasswd

perl-Apache-Htpasswd Package Contents on Fedora 36

/usr/share/doc/perl-Apache-Htpasswd
/usr/share/doc/perl-Apache-Htpasswd/README
/usr/share/man/man3/Apache::Htpasswd.3pm.gz
/usr/share/perl5/vendor_perl/Apache
/usr/share/perl5/vendor_perl/Apache/Htpasswd.pm

References

Summary

In this tutorial we learn how to install perl-Apache-Htpasswd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).