How to Install and Uninstall perl-Test-Harness.src Package on Oracle Linux 9

Last updated: May 10,2024

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

Here is a brief guide to show you how to install perl-Test-Harness.src on Oracle Linux 9

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

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

This guide let you learn how to uninstall perl-Test-Harness.src on Oracle Linux 9:

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

3. Information about the perl-Test-Harness.src package on Oracle Linux 9

Last metadata expiration check: 0:01:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Test-Harness
Epoch : 1
Version : 3.42
Release : 461.el9
Architecture : src
Size : 221 k
Source : None
Repository : ol9_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.