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

Last updated: May 01,2024

1. Install "perl-Test-Output" package

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

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

2. Uninstall "perl-Test-Output" package

Please follow the guidelines below to uninstall perl-Test-Output on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Output

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

Information for package perl-Test-Output:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Output
Version : 1.034-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 38.6 KiB
Installed : No
Status : not installed
Source package : perl-Test-Output-1.034-1.3.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.