How To Install perl-Crypt-Random on Fedora 36

In this tutorial we learn how to install perl-Crypt-Random in Fedora 36. perl-Crypt-Random is Cryptographically Secure, True Random Number Generator

Introduction

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

What is perl-Crypt-Random

Crypt modern unix systems. It also interfaces with egd, a user space entropy gathering daemon, available for systems where /dev/random (or similar) devices are not available. When Math random integers of arbitrary size of a given bitsize or in a specified interval.

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

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

sudo dnf -y install perl-Crypt-Random

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

sudo yum -y install perl-Crypt-Random

How To Uninstall perl-Crypt-Random on Fedora 36

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

sudo dnf remove perl-Crypt-Random

perl-Crypt-Random Package Contents on Fedora 36

/usr/bin/makerandom
/usr/share/doc/perl-Crypt-Random
/usr/share/doc/perl-Crypt-Random/Changes
/usr/share/doc/perl-Crypt-Random/README
/usr/share/man/man3/Crypt::Random.3pm.gz
/usr/share/perl5/vendor_perl/Crypt
/usr/share/perl5/vendor_perl/Crypt/Random
/usr/share/perl5/vendor_perl/Crypt/Random.pm
/usr/share/perl5/vendor_perl/Crypt/Random/Generator.pm
/usr/share/perl5/vendor_perl/Crypt/Random/Provider
/usr/share/perl5/vendor_perl/Crypt/Random/Provider/File.pm
/usr/share/perl5/vendor_perl/Crypt/Random/Provider/devrandom.pm
/usr/share/perl5/vendor_perl/Crypt/Random/Provider/devurandom.pm
/usr/share/perl5/vendor_perl/Crypt/Random/Provider/egd.pm
/usr/share/perl5/vendor_perl/Crypt/Random/Provider/rand.pm

References

Summary

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