How to Install and Uninstall perl-Time-Fake.noarch Package on Fedora 34

Last updated: September 24,2024

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

Please follow the steps below to install perl-Time-Fake.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-Time-Fake.noarch package on Fedora 34

Last metadata expiration check: 5:20:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Time-Fake
Version : 0.11
Release : 6.fc34
Architecture : noarch
Size : 15 k
Source : perl-Time-Fake-0.11-6.fc34.src.rpm
Repository : fedora
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.