How to Install and Uninstall perl-Apache-Htpasswd.noarch Package on Fedora 39

Last updated: January 16,2025

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

Please follow the guidance below to install perl-Apache-Htpasswd.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall perl-Apache-Htpasswd.noarch on Fedora 39:

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

3. Information about the perl-Apache-Htpasswd.noarch package on Fedora 39

Last metadata expiration check: 5:59:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Apache-Htpasswd
Version : 1.9
Release : 30.fc39
Architecture : noarch
Size : 19 k
Source : perl-Apache-Htpasswd-1.9-30.fc39.src.rpm
Repository : fedora
Summary : Manage Unix crypt-style password file
URL : https://metacpan.org/release/Apache-Htpasswd
License : GPL+ or Artistic
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.