How to Install and Uninstall perl-Time-Fake.noarch Package on CentOS Stream 9

Last updated: October 01,2024

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

This is a short guide on how to install perl-Time-Fake.noarch on CentOS Stream 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Time-Fake.noarch on CentOS Stream 9:

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

3. Information about the perl-Time-Fake.noarch package on CentOS Stream 9

Last metadata expiration check: 2:29:15 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Time-Fake
Version : 0.11
Release : 8.el9
Architecture : noarch
Size : 15 k
Source : perl-Time-Fake-0.11-8.el9.src.rpm
Repository : epel
Summary : Simulate different times without changing your system clock
URL : https://metacpan.org/release/Time-Fake/
License : GPL+ or Artistic
Description : Use this module to achieve the effect of changing your system clock, but
: without actually changing your system clock. It overrides the Perl
: builtin subs time, localtime, and gmtime, causing them to return a
: "faked" time of your choice. From the script's point of view, time still
: flows at the normal rate, but it is just offset as if it were executing
: in the past or present.