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

Last updated: May 02,2024

1. Install "perl-Test-Trap" package

This guide let you learn how to install perl-Test-Trap on openSUSE Leap

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

2. Uninstall "perl-Test-Trap" package

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

$ sudo zypper remove perl-Test-Trap

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

Information for package perl-Test-Trap:
---------------------------------------
Repository : Main Repository
Name : perl-Test-Trap
Version : 0.3.5-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 106.4 KiB
Installed : No
Status : not installed
Source package : perl-Test-Trap-0.3.5-bp155.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.