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

Last updated: September 19,2024

1. Install "perl-Test-Mock-Time.noarch" package

Please follow the guidelines below to install perl-Test-Mock-Time.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test-Mock-Time.noarch

2. Uninstall "perl-Test-Mock-Time.noarch" package

Please follow the step by step instructions below to uninstall perl-Test-Mock-Time.noarch on Fedora 34:

$ sudo dnf remove perl-Test-Mock-Time.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:13:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Mock-Time
Version : 0.1.7
Release : 11.fc34
Architecture : noarch
Size : 20 k
Source : perl-Test-Mock-Time-0.1.7-11.fc34.src.rpm
Repository : fedora
Summary : Deterministic time & timers for event loop tests
URL : https://metacpan.org/release/Test-Mock-Time
License : MIT
Description : This module replaces actual time with simulated time everywhere (core
: time(), Time::HiRes, EV, AnyEvent with EV, Mojolicious, …) and provide
: a way to write deterministic tests for event loop based applications
: with timers.