How to Install and Uninstall perl-Math-Random-ISAAC.noarch Package on Oracle Linux 9

Last updated: October 07,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 Oracle Linux 9

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

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

Please follow the guidelines below to uninstall perl-Math-Random-ISAAC.noarch on Oracle Linux 9:

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

3. Information about the perl-Math-Random-ISAAC.noarch package on Oracle Linux 9

Last metadata expiration check: 2:08:39 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Math-Random-ISAAC
Version : 1.004
Release : 38.el9
Architecture : noarch
Size : 40 k
Source : perl-Math-Random-ISAAC-1.004-38.el9.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.