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

Last updated: October 05,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 34

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

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

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

Last metadata expiration check: 5:35:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-MockRandom
Version : 1.01
Release : 14.fc34
Architecture : noarch
Size : 29 k
Source : perl-Test-MockRandom-1.01-14.fc34.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.