How To Install perl-Authen-SASL-SASLprep on Fedora 36

In this tutorial we learn how to install perl-Authen-SASL-SASLprep in Fedora 36. perl-Authen-SASL-SASLprep is Stringprep profile for user names and passwords (RFC 4013)

Introduction

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

What is perl-Authen-SASL-SASLprep

This Perl module implements the SASLprep specification, which describes how to prepare Unicode strings representing user names and passwords for comparison. SASLprep is a profile of the stringprep algorithm.

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

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

sudo dnf -y install perl-Authen-SASL-SASLprep

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

sudo yum -y install perl-Authen-SASL-SASLprep

How To Uninstall perl-Authen-SASL-SASLprep on Fedora 36

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

sudo dnf remove perl-Authen-SASL-SASLprep

perl-Authen-SASL-SASLprep Package Contents on Fedora 36

/usr/share/doc/perl-Authen-SASL-SASLprep
/usr/share/doc/perl-Authen-SASL-SASLprep/Changes
/usr/share/doc/perl-Authen-SASL-SASLprep/README
/usr/share/licenses/perl-Authen-SASL-SASLprep
/usr/share/licenses/perl-Authen-SASL-SASLprep/LICENSE
/usr/share/man/man3/Authen::SASL::SASLprep.3pm.gz
/usr/share/perl5/vendor_perl/Authen
/usr/share/perl5/vendor_perl/Authen/SASL
/usr/share/perl5/vendor_perl/Authen/SASL/SASLprep.pm

References

Summary

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