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

Last updated: May 17,2024

1. Install "python36-parsimonious" package

This guide let you learn how to install python36-parsimonious on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-parsimonious

2. Uninstall "python36-parsimonious" package

Please follow the instructions below to uninstall python36-parsimonious on openSuSE Tumbleweed:

$ sudo zypper remove python36-parsimonious

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

Information for package python36-parsimonious:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-parsimonious
Version : 0.8.1-2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 329,9 KiB
Installed : No
Status : not installed
Source package : python-parsimonious-0.8.1-2.10.src
Summary : Pure-Python PEG parser
Description :
Parsimonious is an arbitrary-lookahead parser written in pure
Python. It's based on parsing expression grammars (PEGs), which
means you feed it a simplified sort of EBNF notation.