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

Last updated: October 10,2024

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

Here is a brief guide to show you how to install perl-Test-MockRandom.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Test-MockRandom.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:13:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Test-MockRandom
Version : 1.01
Release : 21.fc39
Architecture : noarch
Size : 28 k
Source : perl-Test-MockRandom-1.01-21.fc39.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.