How to Install and Uninstall perl-Test-Time.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 27,2024
1. Install "perl-Test-Time.noarch" package
This is a short guide on how to install perl-Test-Time.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-Time.noarch
Copied
2. Uninstall "perl-Test-Time.noarch" package
Here is a brief guide to show you how to uninstall perl-Test-Time.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
perl-Test-Time.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-Time.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:28:46 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Test-Time
Version : 0.08
Release : 10.el9
Architecture : noarch
Size : 12 k
Source : perl-Test-Time-0.08-10.el9.src.rpm
Repository : epel
Summary : Overrides the time() and sleep() core functions for testing
URL : https://metacpan.org/release/Test-Time
License : GPL+ or Artistic
Description : Test::Time can be used to test modules that deal with time. Once you use
: this module, all references to time and sleep will be internalized. You can
: set custom time by passing time => number after the use statement.
Available Packages
Name : perl-Test-Time
Version : 0.08
Release : 10.el9
Architecture : noarch
Size : 12 k
Source : perl-Test-Time-0.08-10.el9.src.rpm
Repository : epel
Summary : Overrides the time() and sleep() core functions for testing
URL : https://metacpan.org/release/Test-Time
License : GPL+ or Artistic
Description : Test::Time can be used to test modules that deal with time. Once you use
: this module, all references to time and sleep will be internalized. You can
: set custom time by passing time => number after the use statement.