How to Install and Uninstall perl-Test-MockRandom.noarch Package on Fedora 36

Last updated: January 13,2025

1. Install "perl-Test-MockRandom.noarch" package

In this section, we are going to explain the necessary steps to install perl-Test-MockRandom.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Test-MockRandom.noarch

2. Uninstall "perl-Test-MockRandom.noarch" package

This guide let you learn how to uninstall perl-Test-MockRandom.noarch on Fedora 36:

$ sudo dnf remove perl-Test-MockRandom.noarch $ sudo dnf autoremove

3. Information about the perl-Test-MockRandom.noarch package on Fedora 36

Last metadata expiration check: 5:50:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-MockRandom
Version : 1.01
Release : 17.fc36
Architecture : noarch
Size : 28 k
Source : perl-Test-MockRandom-1.01-17.fc36.src.rpm
Repository : fedora
Summary : Replaces random number generation with non-random number generation
URL : https://metacpan.org/release/Test-MockRandom
License : ASL 2.0
Description : This perhaps ridiculous-seeming module was created to test routines that
: manipulate random numbers by providing a known output from rand. Given a
: list of seeds with srand, it will return each in turn. After seeded
: random numbers are exhausted, it will always return 0. Seed numbers must
: be of a form that meets the expected output from rand as called with no
: arguments -- i.e. they must be between 0 (inclusive) and 1 (exclusive).
: In order to facilitate generating and testing a nearly-one number, this
: module exports the function oneish, which returns a number just
: fractionally less than one.