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

Last updated: October 06,2024

1. Install "perl-Test-Needs" package

Learn how to install perl-Test-Needs on openSUSE Leap

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

2. Uninstall "perl-Test-Needs" package

Please follow the step by step instructions below to uninstall perl-Test-Needs on openSUSE Leap:

$ sudo zypper remove perl-Test-Needs

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

Information for package perl-Test-Needs:
----------------------------------------
Repository : Main Repository
Name : perl-Test-Needs
Version : 0.002005-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 13.6 KiB
Installed : No
Status : not installed
Source package : perl-Test-Needs-0.002005-1.24.src
Upstream URL : http://search.cpan.org/dist/Test-Needs/
Summary : Skip tests when modules not available
Description :
Skip test scripts if modules are not available. The requested modules will
be loaded, and optionally have their versions checked. If the module is
missing, the test script will be skipped. Modules that are found but fail
to compile will exit with an error rather than skip.
If used in a subtest, the remainder of the subtest will be skipped.
Skipping will work even if some tests have already been run, or if a plan
has been declared.
Versions are checked via a '$module->VERSION($wanted_version)' call.
Versions must be provided in a format that will be accepted. No extra
processing is done on them.
If 'perl' is used as a module, the version is checked against the running
perl version ($]). The version can be specified as a number, dotted-decimal
string, v-string, or version object.
If the 'RELEASE_TESTING' environment variable is set, the tests will fail
rather than skip. Subtests will be aborted, but the test script will
continue running after that point.