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

Last updated: May 21,2024

1. Install "python39-textX" package

Here is a brief guide to show you how to install python39-textX on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-textX

2. Uninstall "python39-textX" package

This guide covers the steps necessary to uninstall python39-textX on openSuSE Tumbleweed:

$ sudo zypper remove python39-textX

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

Information for package python39-textX:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-textX
Version : 3.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 604.8 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.