How To Install perl-Authen-SASL.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Authen-SASL.noarch in Amazon Linux 2. perl-Authen-SASL.noarch is SASL Authentication framework for Perl

Introduction

In this tutorial we learn how to install perl-Authen-SASL.noarch on Amazon Linux 2.

What is perl-Authen-SASL.noarch

SASL is a generic mechanism for authentication used by several network protocols. Authen framework that all protocols should be able to share.

We can use yum to install perl-Authen-SASL.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Authen-SASL.noarch.

Install perl-Authen-SASL.noarch on Amazon Linux 2 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.noarch using yum by running the following command:

sudo yum -y install perl-Authen-SASL.noarch

How To Uninstall perl-Authen-SASL.noarch on Amazon Linux 2

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

sudo yum remove perl-Authen-SASL.noarch

perl-Authen-SASL.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Authen-SASL-2.15
/usr/share/doc/perl-Authen-SASL-2.15/Changes
/usr/share/doc/perl-Authen-SASL-2.15/api.txt
/usr/share/doc/perl-Authen-SASL-2.15/example_pl
/usr/share/man/man3/Authen::SASL.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::ANONYMOUS.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::CRAM_MD5.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::DIGEST_MD5.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::EXTERNAL.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::GSSAPI.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::LOGIN.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::PLAIN.3pm.gz
/usr/share/perl5/vendor_perl/Authen
/usr/share/perl5/vendor_perl/Authen/SASL
/usr/share/perl5/vendor_perl/Authen/SASL.pm
/usr/share/perl5/vendor_perl/Authen/SASL.pod
/usr/share/perl5/vendor_perl/Authen/SASL/CRAM_MD5.pm
/usr/share/perl5/vendor_perl/Authen/SASL/EXTERNAL.pm
/usr/share/perl5/vendor_perl/Authen/SASL/Perl
/usr/share/perl5/vendor_perl/Authen/SASL/Perl.pm
/usr/share/perl5/vendor_perl/Authen/SASL/Perl.pod
/usr/share/perl5/vendor_perl/Authen/SASL/Perl/ANONYMOUS.pm
/usr/share/perl5/vendor_perl/Authen/SASL/Perl/CRAM_MD5.pm
/usr/share/perl5/vendor_perl/Authen/SASL/Perl/DIGEST_MD5.pm
/usr/share/perl5/vendor_perl/Authen/SASL/Perl/EXTERNAL.pm
/usr/share/perl5/vendor_perl/Authen/SASL/Perl/GSSAPI.pm
/usr/share/perl5/vendor_perl/Authen/SASL/Perl/LOGIN.pm
/usr/share/perl5/vendor_perl/Authen/SASL/Perl/PLAIN.pm

References

Summary

In this tutorial we learn how to install perl-Authen-SASL.noarch on Amazon Linux 2 using yum.