How to Install and Uninstall perl-Test-Time.noarch Package on Fedora 36

Last updated: May 18,2024

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

This tutorial shows how to install perl-Test-Time.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall perl-Test-Time.noarch on Fedora 36:

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

3. Information about the perl-Test-Time.noarch package on Fedora 36

Last metadata expiration check: 0:08:04 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Test-Time
Version : 0.08
Release : 10.fc36
Architecture : noarch
Size : 12 k
Source : perl-Test-Time-0.08-10.fc36.src.rpm
Repository : fedora
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.