How to Install and Uninstall perl-Time-Fake.noarch Package on Rocky Linux 8

Last updated: May 18,2024

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

Here is a brief guide to show you how to install perl-Time-Fake.noarch on Rocky Linux 8

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

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

Please follow the instructions below to uninstall perl-Time-Fake.noarch on Rocky Linux 8:

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

3. Information about the perl-Time-Fake.noarch package on Rocky Linux 8

Last metadata expiration check: 1:50:15 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Time-Fake
Version : 0.11
Release : 2.el8
Architecture : noarch
Size : 14 k
Source : perl-Time-Fake-0.11-2.el8.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.