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

Last updated: October 05,2024

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

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

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

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

Here is a brief guide to show you how to uninstall perl-Time-Mock.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:05:44 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Time-Mock
Version : 0.0.2
Release : 23.fc34
Architecture : noarch
Size : 16 k
Source : perl-Time-Mock-0.0.2-23.fc34.src.rpm
Repository : fedora
Summary : Replaces actual time with simulated time - alternative to Test::MockTime
URL : https://metacpan.org/release/Time-Mock
License : GPL+ or Artistic
Description : This is an alternative to Test::MockTime which enables test suites to
: test code at specific points in time. Test::MockTime is nice, but doesn't
: allow you to accelerate the time step and doesn't deal with Time::HiRes or
: give you any way to change the time across forks.