How To Install perl-Authen-Krb5-Admin on Fedora 36

In this tutorial we learn how to install perl-Authen-Krb5-Admin in Fedora 36. perl-Authen-Krb5-Admin is Perl extension for MIT Kerberos 5 admin interface

Introduction

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

What is perl-Authen-Krb5-Admin

Authen server. Currently only MIT KDCs are supported, but the author envisions seamless integration with other KDCs.

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

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

sudo dnf -y install perl-Authen-Krb5-Admin

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

sudo yum -y install perl-Authen-Krb5-Admin

How To Uninstall perl-Authen-Krb5-Admin on Fedora 36

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

sudo dnf remove perl-Authen-Krb5-Admin

perl-Authen-Krb5-Admin Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/667cca948a0d2340e92cc7e976aa72c7524c08
/usr/lib64/perl5/vendor_perl/Authen
/usr/lib64/perl5/vendor_perl/Authen/Krb5
/usr/lib64/perl5/vendor_perl/Authen/Krb5/Admin.pm
/usr/lib64/perl5/vendor_perl/auto/Authen
/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5
/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Admin
/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Admin/Admin.so
/usr/lib64/perl5/vendor_perl/auto/Authen/Krb5/Admin/autosplit.ix
/usr/share/doc/perl-Authen-Krb5-Admin
/usr/share/doc/perl-Authen-Krb5-Admin/COPYING
/usr/share/doc/perl-Authen-Krb5-Admin/ChangeLog
/usr/share/doc/perl-Authen-Krb5-Admin/README
/usr/share/man/man3/Authen::Krb5::Admin.3pm.gz

References

Summary

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