How to Install and Uninstall perl-Test-MockTime.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 26,2024
1. Install "perl-Test-MockTime.noarch" package
Here is a brief guide to show you how to install perl-Test-MockTime.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-MockTime.noarch
Copied
2. Uninstall "perl-Test-MockTime.noarch" package
This is a short guide on how to uninstall perl-Test-MockTime.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
perl-Test-MockTime.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-MockTime.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:03:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Test-MockTime
Version : 0.17
Release : 12.el9
Architecture : noarch
Size : 14 k
Source : perl-Test-MockTime-0.17-12.el9.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.
Available Packages
Name : perl-Test-MockTime
Version : 0.17
Release : 12.el9
Architecture : noarch
Size : 14 k
Source : perl-Test-MockTime-0.17-12.el9.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.