How to Install and Uninstall parboiled Package on openSUSE Leap
Last updated: November 23,2024
1. Install "parboiled" package
In this section, we are going to explain the necessary steps to install parboiled on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
parboiled
Copied
2. Uninstall "parboiled" package
This is a short guide on how to uninstall parboiled on openSUSE Leap:
$
sudo zypper remove
parboiled
Copied
3. Information about the parboiled package on openSUSE Leap
Information for package parboiled:
----------------------------------
Repository : Main Repository
Name : parboiled
Version : 1.1.6-150200.3.4.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 336.8 KiB
Installed : No
Status : not installed
Source package : parboiled-1.1.6-150200.3.4.4.src
Upstream URL : http://parboiled.org/
Summary : Java/Scala library providing parsing of input text based on PEGs
Description :
parboiled is a mixed Java/Scala library providing parsing of
arbitrary input text based on Parsing expression grammars (PEGs).
PEGs are an alternative to context free grammars (CFGs) for formally
specifying syntax, they make a replacement for regular expressions
and generally have some advantages over the "traditional" way of
building parser via CFGs.
----------------------------------
Repository : Main Repository
Name : parboiled
Version : 1.1.6-150200.3.4.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 336.8 KiB
Installed : No
Status : not installed
Source package : parboiled-1.1.6-150200.3.4.4.src
Upstream URL : http://parboiled.org/
Summary : Java/Scala library providing parsing of input text based on PEGs
Description :
parboiled is a mixed Java/Scala library providing parsing of
arbitrary input text based on Parsing expression grammars (PEGs).
PEGs are an alternative to context free grammars (CFGs) for formally
specifying syntax, they make a replacement for regular expressions
and generally have some advantages over the "traditional" way of
building parser via CFGs.