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

Last updated: July 01,2024

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

Please follow the instructions below to install perl-Math-Random-ISAAC-XS.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Math-Random-ISAAC-XS.x86_64 on Fedora 34:

$ 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 34

Last metadata expiration check: 2:49:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Math-Random-ISAAC-XS
Version : 1.004
Release : 32.fc34
Architecture : x86_64
Size : 40 k
Source : perl-Math-Random-ISAAC-XS-1.004-32.fc34.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.