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

Last updated: May 19,2024

1. Install "python3-textX" package

Learn how to install python3-textX on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-textX

2. Uninstall "python3-textX" package

In this section, we are going to explain the necessary steps to uninstall python3-textX on openSUSE Leap:

$ sudo zypper remove python3-textX

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

Information for package python3-textX:
--------------------------------------
Repository : Main Repository
Name : python3-textX
Version : 2.1.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 557.6 KiB
Installed : No
Status : not installed
Source package : python-textX-2.1.0-bp155.2.10.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.