How To Install perl-Crypt-GeneratePassword on Fedora 36

In this tutorial we learn how to install perl-Crypt-GeneratePassword in Fedora 36. perl-Crypt-GeneratePassword is Generate secure random pronounceable passwords

Introduction

In this tutorial we learn how to install perl-Crypt-GeneratePassword on Fedora 36.

What is perl-Crypt-GeneratePassword

Crypt pronounceable. Unlike Crypt standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases.

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

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

sudo dnf -y install perl-Crypt-GeneratePassword

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

sudo yum -y install perl-Crypt-GeneratePassword

How To Uninstall perl-Crypt-GeneratePassword on Fedora 36

To uninstall only the perl-Crypt-GeneratePassword package we can use the following command:

sudo dnf remove perl-Crypt-GeneratePassword

perl-Crypt-GeneratePassword Package Contents on Fedora 36

/usr/share/doc/perl-Crypt-GeneratePassword
/usr/share/doc/perl-Crypt-GeneratePassword/Changes
/usr/share/doc/perl-Crypt-GeneratePassword/README
/usr/share/licenses/perl-Crypt-GeneratePassword
/usr/share/licenses/perl-Crypt-GeneratePassword/LICENSE
/usr/share/man/man3/Crypt::GeneratePassword.3pm.gz
/usr/share/perl5/vendor_perl/Crypt
/usr/share/perl5/vendor_perl/Crypt/GeneratePassword
/usr/share/perl5/vendor_perl/Crypt/GeneratePassword.pm
/usr/share/perl5/vendor_perl/Crypt/GeneratePassword/de.pm
/usr/share/perl5/vendor_perl/Crypt/GeneratePassword/en.pm

References

Summary

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