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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install perl-Apache-Htpasswd.noarch on CentOS Stream 8

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

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

Here is a brief guide to show you how to uninstall perl-Apache-Htpasswd.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 2:36:09 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Apache-Htpasswd
Version : 1.9
Release : 31.el8
Architecture : noarch
Size : 23 k
Source : perl-Apache-Htpasswd-1.9-31.el8.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.