How to Install and Uninstall perl-Apache-Htpasswd.noarch Package on CentOS Stream 9

Last updated: September 24,2024

1. Install "perl-Apache-Htpasswd.noarch" package

In this section, we are going to explain the necessary steps to install perl-Apache-Htpasswd.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-Apache-Htpasswd.noarch

2. Uninstall "perl-Apache-Htpasswd.noarch" package

Learn how to uninstall perl-Apache-Htpasswd.noarch on CentOS Stream 9:

$ sudo dnf remove perl-Apache-Htpasswd.noarch $ sudo dnf autoremove

3. Information about the perl-Apache-Htpasswd.noarch package on CentOS Stream 9

Last metadata expiration check: 1:23:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Apache-Htpasswd
Version : 1.9
Release : 31.el9
Architecture : noarch
Size : 19 k
Source : perl-Apache-Htpasswd-1.9-31.el9.src.rpm
Repository : epel
Summary : Manage Unix crypt-style password file
URL : https://metacpan.org/release/Apache-Htpasswd
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : 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.