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

Last updated: July 02,2024

1. Install "python2-textX" package

Please follow the guidelines below to install python2-textX on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-textX

2. Uninstall "python2-textX" package

Please follow the step by step instructions below to uninstall python2-textX on openSUSE Leap:

$ sudo zypper remove python2-textX

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

Information for package python2-textX:
--------------------------------------
Repository : Main Repository
Name : python2-textX
Version : 2.1.0-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 554,4 KiB
Installed : No
Status : not installed
Source package : python-textX-2.1.0-bp153.1.16.src
Summary : Meta-language for DSL implementation inspired by Xtext
Description :
textX is a meta-language for building Domain-Specific Languages (DSLs) in Python.
It is inspired by Xtext.
From a single language description (grammar), textX will build a
parser and a meta-model (a.k.a. abstract syntax) for textual
languages. Own languages can be invented or support for already
existing textual language or file format be built.
textX follows the syntax and semantics of Xtext, but differs in some places
and is implemented in Python using the Arpeggio PEG parser - no grammar
ambiguities, unlimited lookahead, interpreter style of work.