How to Install and Uninstall perl-Test-Harness.noarch Package on Fedora 34

Last updated: October 07,2024

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

This is a short guide on how to install perl-Test-Harness.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Test-Harness.noarch on Fedora 34:

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

3. Information about the perl-Test-Harness.noarch package on Fedora 34

Last metadata expiration check: 5:03:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Harness
Epoch : 1
Version : 3.42
Release : 459.fc34
Architecture : noarch
Size : 269 k
Source : perl-Test-Harness-3.42-459.fc34.src.rpm
Repository : fedora
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.