How to Install and Uninstall perl-Throwable Package on openSUSE Leap

Last updated: May 09,2024

1. Install "perl-Throwable" package

Please follow the step by step instructions below to install perl-Throwable on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Throwable

2. Uninstall "perl-Throwable" package

Here is a brief guide to show you how to uninstall perl-Throwable on openSUSE Leap:

$ sudo zypper remove perl-Throwable

3. Information about the perl-Throwable package on openSUSE Leap

Information for package perl-Throwable:
---------------------------------------
Repository : Main Repository
Name : perl-Throwable
Version : 1.001-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 44.5 KiB
Installed : No
Status : not installed
Source package : perl-Throwable-1.001-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Throwable
Summary : Role for classes that can be thrown
Description :
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for '$@' and calls 'die $self'.
Throwable is implemented with Moo, so you can stick to Moo or use Moose, as
you prefer.