How To Install perl-Authen-ModAuthPubTkt on Fedora 36

In this tutorial we learn how to install perl-Authen-ModAuthPubTkt in Fedora 36. perl-Authen-ModAuthPubTkt is Generate Tickets (Signed HTTP Cookies) for mod_auth_pubtkt protected websites

Introduction

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

What is perl-Authen-ModAuthPubTkt

This module generates and verifies a mod_auth_pubtkt-compatible ticket string, which should be used as a cookie with the rest of the mod_auth_pubtkt (https

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

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

sudo dnf -y install perl-Authen-ModAuthPubTkt

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

sudo yum -y install perl-Authen-ModAuthPubTkt

How To Uninstall perl-Authen-ModAuthPubTkt on Fedora 36

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

sudo dnf remove perl-Authen-ModAuthPubTkt

perl-Authen-ModAuthPubTkt Package Contents on Fedora 36

/usr/bin/mod_auth_pubtkt.pl
/usr/share/doc/perl-Authen-ModAuthPubTkt
/usr/share/doc/perl-Authen-ModAuthPubTkt/Changes
/usr/share/doc/perl-Authen-ModAuthPubTkt/META.json
/usr/share/doc/perl-Authen-ModAuthPubTkt/README
/usr/share/doc/perl-Authen-ModAuthPubTkt/ignore.txt
/usr/share/man/man3/Authen::ModAuthPubTkt.3pm.gz
/usr/share/perl5/vendor_perl/Authen
/usr/share/perl5/vendor_perl/Authen/ModAuthPubTkt.pm

References

Summary

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