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

Last updated: September 20,2024

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

This guide let you learn how to install perl-Test-Time.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Test-Time.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:48:31 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Test-Time
Version : 0.08
Release : 3.el8
Architecture : noarch
Size : 12 k
Source : perl-Test-Time-0.08-3.el8.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.