How to Install and Uninstall perl-Syntax-Keyword-Try Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Syntax-Keyword-Try" package

Please follow the guidelines below to install perl-Syntax-Keyword-Try on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Syntax-Keyword-Try

2. Uninstall "perl-Syntax-Keyword-Try" package

Please follow the guidance below to uninstall perl-Syntax-Keyword-Try on openSuSE Tumbleweed:

$ sudo zypper remove perl-Syntax-Keyword-Try

3. Information about the perl-Syntax-Keyword-Try package on openSuSE Tumbleweed

Information for package perl-Syntax-Keyword-Try:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Syntax-Keyword-Try
Version : 0.290.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 87.0 KiB
Installed : No
Status : not installed
Source package : perl-Syntax-Keyword-Try-0.290.0-2.1.src
Upstream URL : https://metacpan.org/release/Syntax-Keyword-Try
Summary : Try/catch/finally syntax for perl
Description :
This module provides a syntax plugin that implements exception-handling
semantics in a form familiar to users of other languages, being built on a
block labeled with the 'try' keyword, followed by at least one of a 'catch'
or 'finally' block.
As well as providing a handy syntax for this useful behaviour, this module
also serves to contain a number of code examples for how to implement
parser plugins and manipulate optrees to provide new syntax and behaviours
for perl code.
Syntax similar to this module has now been added to core perl, starting at
version 5.34.0. If you are writing new code, it is suggested that you
instead use the Feature::Compat::Try module instead, as that will enable
the core feature on those supported perl versions, falling back to
'Syntax::Keyword::Try' on older perls.