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

Last updated: May 08,2024

1. Install "perl-Test-Fatal" package

This guide covers the steps necessary to install perl-Test-Fatal on openSUSE Leap

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

2. Uninstall "perl-Test-Fatal" package

This guide let you learn how to uninstall perl-Test-Fatal on openSUSE Leap:

$ sudo zypper remove perl-Test-Fatal

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

Information for package perl-Test-Fatal:
----------------------------------------
Repository : Main Repository
Name : perl-Test-Fatal
Version : 0.014-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 37.7 KiB
Installed : No
Status : not installed
Source package : perl-Test-Fatal-0.014-1.23.src
Upstream URL : http://search.cpan.org/dist/Test-Fatal/
Summary : incredibly simple helpers for testing code with exceptions
Description :
Test::Fatal is an alternative to the popular the Test::Exception manpage.
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'.