How To Install perl-Crypt-RandPasswd on Fedora 36

In this tutorial we learn how to install perl-Crypt-RandPasswd in Fedora 36. perl-Crypt-RandPasswd is Random password generator based on FIPS-181

Introduction

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

What is perl-Crypt-RandPasswd

Crypt random passwords, constructed from words, letters, or characters. This code is a Perl implementation of the Automated Password Generator standard, like the program described in “A Random Word Generator For Pronounceable Passwords” (not available on-line). This code is a re-engineering of the program contained in Appendix A of FIPS Publication 181, “Standard for Automated Password Generator”. In accordance with the standard, the results obtained from this program are logically equivalent to those produced by the standard.

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

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

sudo dnf -y install perl-Crypt-RandPasswd

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

sudo yum -y install perl-Crypt-RandPasswd

How To Uninstall perl-Crypt-RandPasswd on Fedora 36

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

sudo dnf remove perl-Crypt-RandPasswd

perl-Crypt-RandPasswd Package Contents on Fedora 36

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

References

Summary

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