How to Install and Uninstall python310-textX Package on openSuSE Tumbleweed

Last updated: June 21,2024

1. Install "python310-textX" package

Please follow the step by step instructions below to install python310-textX on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-textX

2. Uninstall "python310-textX" package

Learn how to uninstall python310-textX on openSuSE Tumbleweed:

$ sudo zypper remove python310-textX

3. Information about the python310-textX package on openSuSE Tumbleweed

Information for package python310-textX:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-textX
Version : 3.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 603.1 KiB
Installed : No
Status : not installed
Source package : python-textX-3.1.1-2.1.src
Upstream URL : https://textx.github.io/textX/stable/
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.