How to Install and Uninstall perl-Apache-Htpasswd.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

Here is a brief guide to show you how to install perl-Apache-Htpasswd.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This is a short guide on how to uninstall perl-Apache-Htpasswd.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Apache-Htpasswd.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:36:35 ago on Mon Feb 26 07:04:30 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.