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

Last updated: May 17,2024

1. Install "python36-textX" package

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

$ sudo zypper refresh $ sudo zypper install python36-textX

2. Uninstall "python36-textX" package

Here is a brief guide to show you how to uninstall python36-textX on openSuSE Tumbleweed:

$ sudo zypper remove python36-textX

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

Information for package python36-textX:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-textX
Version : 2.3.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 684,8 KiB
Installed : No
Status : not installed
Source package : python-textX-2.3.0-2.2.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.