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

Last updated: June 15,2024

1. Install "python36-rply" package

Please follow the instructions below to install python36-rply on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-rply

2. Uninstall "python36-rply" package

Please follow the guidelines below to uninstall python36-rply on openSuSE Tumbleweed:

$ sudo zypper remove python36-rply

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

Information for package python36-rply:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-rply
Version : 0.7.7-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 118,2 KiB
Installed : No
Status : not installed
Source package : python-rply-0.7.7-1.11.src
Summary : A pure Python Lex/Yacc that works with RPython
Description :
RPLY is a pure Python parser generator that also works with RPython.
It is a more-or-less direct port of David Beazley's PLY, with a new
public API, and with RPython support.