How To Install perl-Catalyst-Authentication-Credential-HTTP on Fedora 36

In this tutorial we learn how to install perl-Catalyst-Authentication-Credential-HTTP in Fedora 36. perl-Catalyst-Authentication-Credential-HTTP is HTTP Basic and Digest authentication for Catalyst

Introduction

In this tutorial we learn how to install perl-Catalyst-Authentication-Credential-HTTP on Fedora 36.

What is perl-Catalyst-Authentication-Credential-HTTP

This module lets you use HTTP authentication with Catalyst currently supported.

We can use yum or dnf to install perl-Catalyst-Authentication-Credential-HTTP on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Catalyst-Authentication-Credential-HTTP.

Install perl-Catalyst-Authentication-Credential-HTTP on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Catalyst-Authentication-Credential-HTTP using dnf by running the following command:

sudo dnf -y install perl-Catalyst-Authentication-Credential-HTTP

Install perl-Catalyst-Authentication-Credential-HTTP on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Catalyst-Authentication-Credential-HTTP using yum by running the following command:

sudo yum -y install perl-Catalyst-Authentication-Credential-HTTP

How To Uninstall perl-Catalyst-Authentication-Credential-HTTP on Fedora 36

To uninstall only the perl-Catalyst-Authentication-Credential-HTTP package we can use the following command:

sudo dnf remove perl-Catalyst-Authentication-Credential-HTTP

perl-Catalyst-Authentication-Credential-HTTP Package Contents on Fedora 36

/usr/share/doc/perl-Catalyst-Authentication-Credential-HTTP
/usr/share/doc/perl-Catalyst-Authentication-Credential-HTTP/Changes
/usr/share/doc/perl-Catalyst-Authentication-Credential-HTTP/README
/usr/share/doc/perl-Catalyst-Authentication-Credential-HTTP/Todo
/usr/share/man/man3/Catalyst::Authentication::Credential::HTTP.3pm.gz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/Authentication
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Credential
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Credential/HTTP.pm

References

Summary

In this tutorial we learn how to install perl-Catalyst-Authentication-Credential-HTTP on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).