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

Last updated: May 02,2024

1. Install "perl-Error" package

Please follow the instructions below to install perl-Error on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Error

2. Uninstall "perl-Error" package

In this section, we are going to explain the necessary steps to uninstall perl-Error on openSUSE Leap:

$ sudo zypper remove perl-Error

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

Information for package perl-Error:
-----------------------------------
Repository : Main Repository
Name : perl-Error
Version : 0.17025-1.20
Arch : noarch
Vendor : SUSE LLC
Installed Size : 70.5 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : perl-Error-0.17025-1.20.src
Upstream URL : http://search.cpan.org/dist/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'.