How to Install and Uninstall perl-Test-Harness.noarch Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

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

Here is a brief guide to show you how to install perl-Test-Harness.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Test-Harness.noarch

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

Please follow the guidelines below to uninstall perl-Test-Harness.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-Test-Harness.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Test-Harness
Arch : noarch
Version : 3.28
Release : 3.el7
Size : 593 k
Repo : installed
From repo : base
Summary : Run Perl standard test scripts with statistics
URL : http://search.cpan.org/dist/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.