How to Install and Uninstall perl-Test-MockTime.noarch Package on CentOS Stream 8

Last updated: May 21,2024

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

This guide let you learn how to install perl-Test-MockTime.noarch on CentOS Stream 8

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

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

This guide covers the steps necessary to uninstall perl-Test-MockTime.noarch on CentOS Stream 8:

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

3. Information about the perl-Test-MockTime.noarch package on CentOS Stream 8

Last metadata expiration check: 6:28:40 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Test-MockTime
Version : 0.17
Release : 7.el8
Architecture : noarch
Size : 18 k
Source : perl-Test-MockTime-0.17-7.el8.src.rpm
Repository : epel
Summary : Replaces actual time with simulated time
URL : https://metacpan.org/release/Test-MockTime
License : GPL+ or Artistic
Description : This module was created to enable test suites to test code at specific
: points in time. Specifically it overrides localtime, gmtime and time at
: compile time and then relies on the user supplying a mock time via
: set_relative_time, set_absolute_time or set_fixed_time to alter future
: calls to gmtime,time or localtime.