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

Last updated: May 02,2024

1. Install "perl-Test-Trap" package

Learn how to install perl-Test-Trap on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Trap" package

Learn how to uninstall perl-Test-Trap on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Trap

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

Information for package perl-Test-Trap:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Trap
Version : 0.3.5-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 101.8 KiB
Installed : No
Status : not installed
Source package : perl-Test-Trap-0.3.5-1.5.src
Upstream URL : https://metacpan.org/release/Test-Trap
Summary : Trap exit codes, exceptions, output, etc
Description :
Primarily (but not exclusively) for use in test scripts: A block eval on
steroids, configurable and extensible, but by default trapping (Perl)
STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return
values from boxed blocks of test code.
The values collected by the latest trap can then be queried or tested
through a special trap object.