How to Install and Uninstall perl-Math-Random-ISAAC.noarch Package on Rocky Linux 8

Last updated: May 20,2024

1. Install "perl-Math-Random-ISAAC.noarch" package

Here is a brief guide to show you how to install perl-Math-Random-ISAAC.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Math-Random-ISAAC.noarch

2. Uninstall "perl-Math-Random-ISAAC.noarch" package

This tutorial shows how to uninstall perl-Math-Random-ISAAC.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Math-Random-ISAAC.noarch $ sudo dnf autoremove

3. Information about the perl-Math-Random-ISAAC.noarch package on Rocky Linux 8

Last metadata expiration check: 2:25:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Math-Random-ISAAC
Version : 1.004
Release : 26.el8
Architecture : noarch
Size : 42 k
Source : perl-Math-Random-ISAAC-1.004-26.el8.src.rpm
Repository : epel
Summary : Perl interface to the ISAAC PRNG algorithm
URL : https://metacpan.org/release/Math-Random-ISAAC
License : MIT or GPL+ or Artistic
Description : As with other Pseudo-Random Number Generator (PRNG) algorithms like the
: Mersenne Twister (see Math::Random::MT), this algorithm is designed to take
: some seed information and produce seemingly random results as output.