How to Install and Uninstall perl-Test-Harness.noarch Package on Rocky Linux 9

Last updated: January 12,2025

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

In this section, we are going to explain the necessary steps to install perl-Test-Harness.noarch on Rocky Linux 9

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

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

Please follow the guidelines below to uninstall perl-Test-Harness.noarch on Rocky Linux 9:

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

3. Information about the perl-Test-Harness.noarch package on Rocky Linux 9

Last metadata expiration check: 0:34:01 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Test-Harness
Epoch : 1
Version : 3.42
Release : 461.el9
Architecture : noarch
Size : 267 k
Source : perl-Test-Harness-3.42-461.el9.src.rpm
Repository : appstream
Summary : Run Perl standard test scripts with statistics
URL : https://metacpan.org/release/Test-Harness
License : GPL+ or Artistic
Description : This package allows tests to be run and results automatically aggregated and
: output to STDOUT.
:
: Although, for historical reasons, the Test-Harness distribution takes its name
: from this module it now exists only to provide TAP::Harness with an interface
: that is somewhat backwards compatible with Test::Harness 2.xx. If you're
: writing new code consider using TAP::Harness directly instead.