How to Install and Uninstall perl-Test-Warn Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "perl-Test-Warn" package

This is a short guide on how to install perl-Test-Warn on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Warn" package

This guide let you learn how to uninstall perl-Test-Warn on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Warn

3. Information about the perl-Test-Warn package on openSuSE Tumbleweed

Information for package perl-Test-Warn:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Warn
Version : 0.37-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 27.1 KiB
Installed : No
Status : not installed
Source package : perl-Test-Warn-0.37-1.5.src
Upstream URL : https://metacpan.org/release/Test-Warn
Summary : Perl extension to test methods for warnings
Description :
A good style of Perl programming calls for a lot of diverse regression
tests.
This module provides a few convenience methods for testing warning
based-code.
If you are not already familiar with the Test::More manpage now would be
the time to go take a look.