How To Install perl-Authen-Passphrase on Fedora 36

In this tutorial we learn how to install perl-Authen-Passphrase in Fedora 36. perl-Authen-Passphrase is Hashed passwords/passphrases as objects

Introduction

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

What is perl-Authen-Passphrase

These Perl modules provide a passphrase recognizer. Its job is to recognize whether an offered passphrase is the right one. Various passphrase encoding schemes are supported.

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

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

sudo dnf -y install perl-Authen-Passphrase

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

sudo yum -y install perl-Authen-Passphrase

How To Uninstall perl-Authen-Passphrase on Fedora 36

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

sudo dnf remove perl-Authen-Passphrase

perl-Authen-Passphrase Package Contents on Fedora 36

/usr/share/doc/perl-Authen-Passphrase
/usr/share/doc/perl-Authen-Passphrase/Changes
/usr/share/doc/perl-Authen-Passphrase/README
/usr/share/man/man3/Authen::Passphrase.3pm.gz
/usr/share/man/man3/Authen::Passphrase::AcceptAll.3pm.gz
/usr/share/man/man3/Authen::Passphrase::BigCrypt.3pm.gz
/usr/share/man/man3/Authen::Passphrase::BlowfishCrypt.3pm.gz
/usr/share/man/man3/Authen::Passphrase::Clear.3pm.gz
/usr/share/man/man3/Authen::Passphrase::Crypt16.3pm.gz
/usr/share/man/man3/Authen::Passphrase::DESCrypt.3pm.gz
/usr/share/man/man3/Authen::Passphrase::EggdropBlowfish.3pm.gz
/usr/share/man/man3/Authen::Passphrase::LANManager.3pm.gz
/usr/share/man/man3/Authen::Passphrase::LANManagerHalf.3pm.gz
/usr/share/man/man3/Authen::Passphrase::MD5Crypt.3pm.gz
/usr/share/man/man3/Authen::Passphrase::MySQL323.3pm.gz
/usr/share/man/man3/Authen::Passphrase::MySQL41.3pm.gz
/usr/share/man/man3/Authen::Passphrase::NTHash.3pm.gz
/usr/share/man/man3/Authen::Passphrase::NetscapeMail.3pm.gz
/usr/share/man/man3/Authen::Passphrase::PHPass.3pm.gz
/usr/share/man/man3/Authen::Passphrase::RejectAll.3pm.gz
/usr/share/man/man3/Authen::Passphrase::SaltedDigest.3pm.gz
/usr/share/man/man3/Authen::Passphrase::VMSPurdy.3pm.gz
/usr/share/perl5/vendor_perl/Authen
/usr/share/perl5/vendor_perl/Authen/Passphrase
/usr/share/perl5/vendor_perl/Authen/Passphrase.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/AcceptAll.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/BigCrypt.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/BlowfishCrypt.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/Clear.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/Crypt16.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/DESCrypt.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/EggdropBlowfish.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/LANManager.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/LANManagerHalf.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/MD5Crypt.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/MySQL323.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/MySQL41.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/NTHash.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/NetscapeMail.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/PHPass.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/RejectAll.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/SaltedDigest.pm
/usr/share/perl5/vendor_perl/Authen/Passphrase/VMSPurdy.pm

References

Summary

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