How to Install and Uninstall parboiled-scala Package on openSUSE Leap

Last updated: May 18,2024

1. Install "parboiled-scala" package

This is a short guide on how to install parboiled-scala on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install parboiled-scala

2. Uninstall "parboiled-scala" package

Please follow the steps below to uninstall parboiled-scala on openSUSE Leap:

$ sudo zypper remove parboiled-scala

3. Information about the parboiled-scala package on openSUSE Leap

Information for package parboiled-scala:
----------------------------------------
Repository : Main Repository
Name : parboiled-scala
Version : 1.1.6-150200.3.4.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 267.5 KiB
Installed : No
Status : not installed
Source package : parboiled-scala-1.1.6-150200.3.4.4.src
Upstream URL : http://parboiled.org/
Summary : Parboiled for Scala
Description :
An internal Scala DSL for efficiently defining your parser rules.
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.

5. The same packages on other Linux Distributions