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

Last updated: June 18,2024

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

Here is a brief guide to show you how to install perl-Test-Mock-Time.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-Test-Mock-Time.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:11:41 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Test-Mock-Time
Version : 0.1.7
Release : 13.fc35
Architecture : noarch
Size : 20 k
Source : perl-Test-Mock-Time-0.1.7-13.fc35.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.