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

Last updated: November 29,2024

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 38

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

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

This guide covers the steps necessary to uninstall perl-Test-MockRandom.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:57:16 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-MockRandom
Version : 1.01
Release : 20.fc38
Architecture : noarch
Size : 28 k
Source : perl-Test-MockRandom-1.01-20.fc38.src.rpm
Repository : fedora
Summary : Replaces random number generation with non-random number generation
URL : https://metacpan.org/release/Test-MockRandom
License : Apache-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.