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

Last updated: May 17,2024

1. Install "perl-Test-Output" package

Please follow the guidance below to install perl-Test-Output on openSUSE Leap

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

2. Uninstall "perl-Test-Output" package

In this section, we are going to explain the necessary steps to uninstall perl-Test-Output on openSUSE Leap:

$ sudo zypper remove perl-Test-Output

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

Information for package perl-Test-Output:
-----------------------------------------
Repository : Main Repository
Name : perl-Test-Output
Version : 1.033-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 37.4 KiB
Installed : No
Status : not installed
Source package : perl-Test-Output-1.033-bp155.2.12.src
Upstream URL : https://metacpan.org/release/Test-Output
Summary : Utilities to test STDOUT and STDERR messages
Description :
Test::Output provides a simple interface for testing output sent to
'STDOUT' or 'STDERR'. A number of different utilities are included to try
and be as flexible as possible to the tester.
Likewise, Capture::Tiny provides a much more robust capture mechanism
without than the original Test::Output::Tie.