How To Install perl-Math-Random-MT-Auto on Fedora 36

In this tutorial we learn how to install perl-Math-Random-MT-Auto in Fedora 36. perl-Math-Random-MT-Auto is Auto-seeded Mersenne Twister PRNGs

Introduction

In this tutorial we learn how to install perl-Math-Random-MT-Auto on Fedora 36.

What is perl-Math-Random-MT-Auto

The Mersenne Twister is a fast pseudo-random number generator (PRNG) that is capable of providing large volumes (> 10^6004) of “high quality” pseudo-random data to applications that may exhaust available “truly” random data sources or system-provided PRNGs such as rand.

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

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

sudo dnf -y install perl-Math-Random-MT-Auto

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

sudo yum -y install perl-Math-Random-MT-Auto

How To Uninstall perl-Math-Random-MT-Auto on Fedora 36

To uninstall only the perl-Math-Random-MT-Auto package we can use the following command:

sudo dnf remove perl-Math-Random-MT-Auto

perl-Math-Random-MT-Auto Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/cf6b3572e012de2fc266aec5e47d5ee2ac79e8
/usr/lib64/perl5/vendor_perl/Math
/usr/lib64/perl5/vendor_perl/Math/Random
/usr/lib64/perl5/vendor_perl/Math/Random/MT
/usr/lib64/perl5/vendor_perl/Math/Random/MT/Auto
/usr/lib64/perl5/vendor_perl/Math/Random/MT/Auto.pm
/usr/lib64/perl5/vendor_perl/Math/Random/MT/Auto/Range.pm
/usr/lib64/perl5/vendor_perl/auto/Math
/usr/lib64/perl5/vendor_perl/auto/Math/Random
/usr/lib64/perl5/vendor_perl/auto/Math/Random/MT
/usr/lib64/perl5/vendor_perl/auto/Math/Random/MT/Auto
/usr/lib64/perl5/vendor_perl/auto/Math/Random/MT/Auto/Auto.so
/usr/share/doc/perl-Math-Random-MT-Auto
/usr/share/doc/perl-Math-Random-MT-Auto/Changes
/usr/share/doc/perl-Math-Random-MT-Auto/README
/usr/share/doc/perl-Math-Random-MT-Auto/examples
/usr/share/doc/perl-Math-Random-MT-Auto/examples/bell.pl
/usr/share/doc/perl-Math-Random-MT-Auto/examples/binomial.pl
/usr/share/doc/perl-Math-Random-MT-Auto/examples/cards.pl
/usr/share/doc/perl-Math-Random-MT-Auto/examples/decay.pl
/usr/share/doc/perl-Math-Random-MT-Auto/examples/erlang.pl
/usr/share/doc/perl-Math-Random-MT-Auto/examples/poisson.pl
/usr/share/doc/perl-Math-Random-MT-Auto/examples/timings.pl
/usr/share/man/man3/Math::Random::MT::Auto.3pm.gz
/usr/share/man/man3/Math::Random::MT::Auto::Range.3pm.gz

References

Summary

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