How To Install perl-Authen-OATH on Fedora 36

In this tutorial we learn how to install perl-Authen-OATH in Fedora 36. perl-Authen-OATH is OATH One Time Passwords

Introduction

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

What is perl-Authen-OATH

Implementation of the HOTP and TOTP One Time Password algorithms as defined by OATH (http

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

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

sudo dnf -y install perl-Authen-OATH

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

sudo yum -y install perl-Authen-OATH

How To Uninstall perl-Authen-OATH on Fedora 36

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

sudo dnf remove perl-Authen-OATH

perl-Authen-OATH Package Contents on Fedora 36

/usr/share/doc/perl-Authen-OATH
/usr/share/doc/perl-Authen-OATH/CONTRIBUTORS
/usr/share/doc/perl-Authen-OATH/Changes
/usr/share/doc/perl-Authen-OATH/README.md
/usr/share/licenses/perl-Authen-OATH
/usr/share/licenses/perl-Authen-OATH/LICENSE
/usr/share/man/man3/Authen::OATH.3pm.gz
/usr/share/perl5/vendor_perl/Authen
/usr/share/perl5/vendor_perl/Authen/OATH.pm

References

Summary

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