How to Install and Uninstall perl-Test-Harness Package on openSUSE Leap

Last updated: June 26,2024

1. Install "perl-Test-Harness" package

This guide let you learn how to install perl-Test-Harness on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Test-Harness

2. Uninstall "perl-Test-Harness" package

This guide let you learn how to uninstall perl-Test-Harness on openSUSE Leap:

$ sudo zypper remove perl-Test-Harness

3. Information about the perl-Test-Harness package on openSUSE Leap

Information for package perl-Test-Harness:
------------------------------------------
Repository : Main Repository
Name : perl-Test-Harness
Version : 3.42-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 573.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-Harness-3.42-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Test-Harness/
Summary : Run Perl standard test scripts with statistics
Description :
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.
Emulation is provided for 'runtests' and 'execute_tests' but the pluggable
'Straps' interface that previous versions of Test::Harness supported is not
reproduced here. Straps is now available as a stand alone module:
Test::Harness::Straps.
See TAP::Parser, TAP::Harness for the main documentation for this
distribution.