How To Install perl-Authen-Krb5 on Rocky Linux 8

In this tutorial we learn how to install perl-Authen-Krb5 on Rocky Linux 8. perl-Authen-Krb5 is Krb5 Perl module

Introduction

In this tutorial we learn how to install perl-Authen-Krb5 on Rocky Linux 8.

What is perl-Authen-Krb5

Authen the implementation and documentation are nowhere near complete, and may require previous experience with Kerberos 5 programming. Most of the functions here are documented in detail in the Kerberos 5 API documentation.

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

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

sudo dnf -y install perl-Authen-Krb5

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

sudo yum -y install perl-Authen-Krb5

How To Uninstall perl-Authen-Krb5 on Rocky Linux 8

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

sudo dnf remove perl-Authen-Krb5

perl-Authen-Krb5 Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/91d594503e2377ac388327149f503a35417a24
/usr/lib64/perl5/vendor_perl/Authen
/usr/lib64/perl5/vendor_perl/Authen/Krb5.pm
/usr/lib64/perl5/vendor_perl/auto/Authen
/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5
/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Krb5.so
/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/autosplit.ix
/usr/share/doc/perl-Authen-Krb5
/usr/share/doc/perl-Authen-Krb5/COPYRIGHT
/usr/share/doc/perl-Authen-Krb5/Changes
/usr/share/doc/perl-Authen-Krb5/README
/usr/share/doc/perl-Authen-Krb5/TODO
/usr/share/doc/perl-Authen-Krb5/sample_client
/usr/share/doc/perl-Authen-Krb5/sample_server
/usr/share/doc/perl-Authen-Krb5/simple_client
/usr/share/doc/perl-Authen-Krb5/simple_server
/usr/share/man/man3/Authen::Krb5.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Authen-Krb5 on Rocky Linux 8 using yum and dnf.