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

Last updated: April 30,2024

1. Install "python3-rply" package

Please follow the instructions below to install python3-rply on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rply

2. Uninstall "python3-rply" package

This tutorial shows how to uninstall python3-rply on openSUSE Leap:

$ sudo zypper remove python3-rply

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

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