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

Last updated: June 06,2024

1. Install "perl-Test-Warn" package

In this section, we are going to explain the necessary steps to install perl-Test-Warn on openSUSE Leap

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

2. Uninstall "perl-Test-Warn" package

This guide covers the steps necessary to uninstall perl-Test-Warn on openSUSE Leap:

$ sudo zypper remove perl-Test-Warn

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

Information for package perl-Test-Warn:
---------------------------------------
Repository : Main Repository
Name : perl-Test-Warn
Version : 0.32-1.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 24.9 KiB
Installed : No
Status : not installed
Source package : perl-Test-Warn-0.32-1.22.src
Upstream URL : http://search.cpan.org/dist/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.