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

Last updated: July 03,2024

1. Install "python311-rply" package

Here is a brief guide to show you how to install python311-rply on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rply

2. Uninstall "python311-rply" package

In this section, we are going to explain the necessary steps to uninstall python311-rply on openSuSE Tumbleweed:

$ sudo zypper remove python311-rply

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

Information for package python311-rply:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rply
Version : 0.7.8-2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 126.8 KiB
Installed : No
Status : not installed
Source package : python-rply-0.7.8-2.9.src
Upstream URL : https://github.com/alex/rply
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.