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

Last updated: May 18,2024

1. Install "perl-Error" package

Please follow the guidelines below to install perl-Error on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Error

2. Uninstall "perl-Error" package

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

$ sudo zypper remove perl-Error

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

Information for package perl-Error:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Error
Version : 0.17029-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 77.2 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : perl-Error-0.17029-1.18.src
Upstream URL : https://metacpan.org/release/Error
Summary : Error/exception handling in an OO-ish way
Description :
The 'Error' package provides two interfaces. Firstly 'Error' provides a
procedural interface to exception handling. Secondly 'Error' is a base
class for errors/exceptions that can either be thrown, for subsequent
catch, or can simply be recorded.
Errors in the class 'Error' should not be thrown directly, but the user
should throw errors from a sub-class of 'Error'.