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

Last updated: November 29,2024

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

Please follow the step by step instructions below to install perl-Test-Time.noarch on Fedora 38

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

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

Please follow the instructions below to uninstall perl-Test-Time.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:20:42 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Test-Time
Version : 0.092
Release : 3.fc38
Architecture : noarch
Size : 12 k
Source : perl-Test-Time-0.092-3.fc38.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.