How To Install perl-Authen-SASL on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Authen-SASL
on Rocky Linux 8.
What is perl-Authen-SASL
SASL is a generic mechanism for authentication used by several network protocols. Authen protocols should be able to share.
We can use yum
or dnf
to install perl-Authen-SASL
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Authen-SASL.
Install perl-Authen-SASL on Rocky Linux 8 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
using dnf
by running the following command:
sudo dnf -y install perl-Authen-SASL
Install perl-Authen-SASL on Rocky Linux 8 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
using yum
by running the following command:
sudo yum -y install perl-Authen-SASL
How To Uninstall perl-Authen-SASL on Rocky Linux 8
To uninstall only the perl-Authen-SASL
package we can use the following command:
sudo dnf remove perl-Authen-SASL
perl-Authen-SASL Package Contents on Rocky Linux 8
/usr/share/doc/perl-Authen-SASL
/usr/share/doc/perl-Authen-SASL/Changes
/usr/share/doc/perl-Authen-SASL/api.txt
/usr/share/doc/perl-Authen-SASL/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
on Rocky Linux 8 using yum and dnf.