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

Last updated: July 05,2024

1. Install "perl-syntax" package

Learn how to install perl-syntax on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-syntax

2. Uninstall "perl-syntax" package

In this section, we are going to explain the necessary steps to uninstall perl-syntax on openSuSE Tumbleweed:

$ sudo zypper remove perl-syntax

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

Information for package perl-syntax:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-syntax
Version : 0.004-5.30
Arch : noarch
Vendor : openSUSE
Installed Size : 26.9 KiB
Installed : No
Status : not installed
Source package : perl-syntax-0.004-5.30.src
Upstream URL : http://search.cpan.org/dist/syntax/
Summary : Activate syntax extensions
Description :
This module activates community provided syntax extensions to Perl. You
pass it a feature name, and optionally a scalar with arguments, and the
dispatching system will load and install the extension in your package.
The import arguments are parsed with the Data::OptList manpage. There are
no standardised options. Please consult the documentation for the specific
syntax feature to find out about possible configuration options.
The passed in feature names are simply transformed: 'function' becomes the
Syntax::Feature::Function manpage and 'foo_bar' would become
'Syntax::Feature::FooBar'.