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

Last updated: November 30,2024

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

This is a short guide on how to install perl-Apache-Htpasswd.noarch on Fedora 35

$ 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 Fedora 35:

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

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

Last metadata expiration check: 0:01:10 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Apache-Htpasswd
Version : 1.9
Release : 25.fc35
Architecture : noarch
Size : 19 k
Source : perl-Apache-Htpasswd-1.9-25.fc35.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.