How to Install and Uninstall python2-spark_parser Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-spark_parser" package

Please follow the guidance below to install python2-spark_parser on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-spark_parser

2. Uninstall "python2-spark_parser" package

This guide let you learn how to uninstall python2-spark_parser on openSUSE Leap:

$ sudo zypper remove python2-spark_parser

3. Information about the python2-spark_parser package on openSUSE Leap

Information for package python2-spark_parser:
---------------------------------------------
Repository : Main Repository
Name : python2-spark_parser
Version : 1.8.9-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 167,7 KiB
Installed : No
Status : not installed
Source package : python-spark_parser-1.8.9-bp153.1.20.src
Summary : An Earley-Algorithm Context-free grammar Parser Toolkit
Description :
SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay
Earley's algorithm for parsing context-free grammars, and comes with
some generic Abstract Syntax Tree routines. There is also a prototype
scanner which does its job by combining Python regular expressions.
Please Note: Earley algorithm parsers are almost linear when given an LR
grammar. These are grammars which are left-recursive.