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

Last updated: October 09,2024

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

Please follow the step by step instructions below to install perl-Time-Mock.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-Time-Mock.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:32:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Time-Mock
Version : 0.0.2
Release : 25.fc35
Architecture : noarch
Size : 15 k
Source : perl-Time-Mock-0.0.2-25.fc35.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.