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

Last updated: May 18,2024

1. Install "perl-syntax" package

Here is a brief guide to show you how to install perl-syntax on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-syntax

2. Uninstall "perl-syntax" package

This is a short guide on how to uninstall perl-syntax on openSUSE Leap:

$ sudo zypper remove perl-syntax

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

Information for package perl-syntax:
------------------------------------
Repository : Main Repository
Name : perl-syntax
Version : 0.004-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 27.1 KiB
Installed : No
Status : not installed
Source package : perl-syntax-0.004-bp155.2.12.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'.