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

Last updated: May 11,2024

1. Install "perl-Test-Fatal" package

This guide covers the steps necessary to install perl-Test-Fatal on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Fatal" package

Please follow the guidance below to uninstall perl-Test-Fatal on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Fatal

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

Information for package perl-Test-Fatal:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Fatal
Version : 0.017-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 42.5 KiB
Installed : No
Status : not installed
Source package : perl-Test-Fatal-0.017-1.5.src
Upstream URL : https://metacpan.org/release/Test-Fatal
Summary : Incredibly simple helpers for testing code with exceptions
Description :
Test::Fatal is an alternative to the popular Test::Exception. It does much
less, but should allow greater flexibility in testing exception-throwing
code with about the same amount of typing.
It exports one routine by default: 'exception'.
*Achtung!* 'exception' intentionally does not manipulate the call stack.
User-written test functions that use 'exception' must be careful to avoid
false positives if exceptions use stack traces that show arguments. For a
more magical approach involving globally overriding 'caller', see
Test::Exception.