How To Install perl-Authen-Krb5 on Fedora 36

In this tutorial we learn how to install perl-Authen-Krb5 in Fedora 36. perl-Authen-Krb5 is Krb5 Perl module

Introduction

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

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 Fedora 36. 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 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-Krb5 using dnf by running the following command:

sudo dnf -y install perl-Authen-Krb5

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

sudo yum -y install perl-Authen-Krb5

How To Uninstall perl-Authen-Krb5 on Fedora 36

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 Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/c20087eaaa66624b484fd5a3251c08b44c1f65
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).