How to Install and Uninstall perl-Math-Random-ISAAC-XS.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-Math-Random-ISAAC-XS.x86_64" package

Learn how to install perl-Math-Random-ISAAC-XS.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Math-Random-ISAAC-XS.x86_64

2. Uninstall "perl-Math-Random-ISAAC-XS.x86_64" package

Here is a brief guide to show you how to uninstall perl-Math-Random-ISAAC-XS.x86_64 on Fedora 36:

$ sudo dnf remove perl-Math-Random-ISAAC-XS.x86_64 $ sudo dnf autoremove

3. Information about the perl-Math-Random-ISAAC-XS.x86_64 package on Fedora 36

Last metadata expiration check: 0:33:08 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Math-Random-ISAAC-XS
Version : 1.004
Release : 35.fc36
Architecture : x86_64
Size : 39 k
Source : perl-Math-Random-ISAAC-XS-1.004-35.fc36.src.rpm
Repository : fedora
Summary : C implementation of the ISAAC PRNG algorithm
URL : https://metacpan.org/release/Math-Random-ISAAC-XS
License : MIT or GPL+ or Artistic
Description : This module implements the same interface as Math::Random::ISAAC in C and can
: be used as a drop-in replacement. This is the recommended implementation of the
: module, based on Bob Jenkins' reference implementation in C.