How To Install perl-Math-Random-ISAAC-XS on Fedora 36

In this tutorial we learn how to install perl-Math-Random-ISAAC-XS in Fedora 36. perl-Math-Random-ISAAC-XS is C implementation of the ISAAC PRNG algorithm

Introduction

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

What is perl-Math-Random-ISAAC-XS

This module implements the same interface as Math be used as a drop-in replacement. This is the recommended implementation of the module, based on Bob Jenkins’ reference implementation in C.

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

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

sudo dnf -y install perl-Math-Random-ISAAC-XS

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

sudo yum -y install perl-Math-Random-ISAAC-XS

How To Uninstall perl-Math-Random-ISAAC-XS on Fedora 36

To uninstall only the perl-Math-Random-ISAAC-XS package we can use the following command:

sudo dnf remove perl-Math-Random-ISAAC-XS

perl-Math-Random-ISAAC-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/758457d3185c9e1f3f5779d9f440f86b1bad9f
/usr/lib64/perl5/vendor_perl/Math
/usr/lib64/perl5/vendor_perl/Math/Random
/usr/lib64/perl5/vendor_perl/Math/Random/ISAAC
/usr/lib64/perl5/vendor_perl/Math/Random/ISAAC/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Math
/usr/lib64/perl5/vendor_perl/auto/Math/Random
/usr/lib64/perl5/vendor_perl/auto/Math/Random/ISAAC
/usr/lib64/perl5/vendor_perl/auto/Math/Random/ISAAC/XS
/usr/lib64/perl5/vendor_perl/auto/Math/Random/ISAAC/XS/XS.so
/usr/share/doc/perl-Math-Random-ISAAC-XS
/usr/share/doc/perl-Math-Random-ISAAC-XS/Changes
/usr/share/doc/perl-Math-Random-ISAAC-XS/README
/usr/share/doc/perl-Math-Random-ISAAC-XS/examples
/usr/share/doc/perl-Math-Random-ISAAC-XS/examples/benchmark.pl
/usr/share/doc/perl-Math-Random-ISAAC-XS/examples/distribution.pl
/usr/share/licenses/perl-Math-Random-ISAAC-XS
/usr/share/licenses/perl-Math-Random-ISAAC-XS/LICENSE
/usr/share/man/man3/Math::Random::ISAAC::XS.3pm.gz

References

Summary

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