How To Install perl-Authen-SCRAM on Fedora 36

In this tutorial we learn how to install perl-Authen-SCRAM in Fedora 36. perl-Authen-SCRAM is Salted Challenge Response Authentication Mechanism (RFC 5802)

Introduction

In this tutorial we learn how to install perl-Authen-SCRAM on Fedora 36.

What is perl-Authen-SCRAM

These Perl modules implement the Salted Challenge Response Authentication Mechanism (SCRAM) from RFC 5802.

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

Install perl-Authen-SCRAM 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-Authen-SCRAM using dnf by running the following command:

sudo dnf -y install perl-Authen-SCRAM

Install perl-Authen-SCRAM 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-Authen-SCRAM using yum by running the following command:

sudo yum -y install perl-Authen-SCRAM

How To Uninstall perl-Authen-SCRAM on Fedora 36

To uninstall only the perl-Authen-SCRAM package we can use the following command:

sudo dnf remove perl-Authen-SCRAM

perl-Authen-SCRAM Package Contents on Fedora 36

/usr/share/doc/perl-Authen-SCRAM
/usr/share/doc/perl-Authen-SCRAM/Changes
/usr/share/doc/perl-Authen-SCRAM/README
/usr/share/doc/perl-Authen-SCRAM/scram-examples.pl
/usr/share/licenses/perl-Authen-SCRAM
/usr/share/licenses/perl-Authen-SCRAM/LICENSE
/usr/share/man/man3/Authen::SCRAM.3pm.gz
/usr/share/man/man3/Authen::SCRAM::Client.3pm.gz
/usr/share/man/man3/Authen::SCRAM::Role::Common.3pm.gz
/usr/share/man/man3/Authen::SCRAM::Server.3pm.gz
/usr/share/perl5/vendor_perl/Authen
/usr/share/perl5/vendor_perl/Authen/SCRAM
/usr/share/perl5/vendor_perl/Authen/SCRAM.pm
/usr/share/perl5/vendor_perl/Authen/SCRAM/Client.pm
/usr/share/perl5/vendor_perl/Authen/SCRAM/Role
/usr/share/perl5/vendor_perl/Authen/SCRAM/Role/Common.pm
/usr/share/perl5/vendor_perl/Authen/SCRAM/Server.pm

References

Summary

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