How to Install and Uninstall perl-Throwable Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Throwable" package

Here is a brief guide to show you how to install perl-Throwable on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Throwable

2. Uninstall "perl-Throwable" package

Please follow the steps below to uninstall perl-Throwable on openSuSE Tumbleweed:

$ sudo zypper remove perl-Throwable

3. Information about the perl-Throwable package on openSuSE Tumbleweed

Information for package perl-Throwable:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Throwable
Version : 1.001-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 43.8 KiB
Installed : No
Status : not installed
Source package : perl-Throwable-1.001-1.5.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.