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

Last updated: May 17,2024

1. Install "python2-rply" package

Please follow the steps below to install python2-rply on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-rply

2. Uninstall "python2-rply" package

Please follow the guidance below to uninstall python2-rply on openSUSE Leap:

$ sudo zypper remove python2-rply

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

Information for package python2-rply:
-------------------------------------
Repository : Main Repository
Name : python2-rply
Version : 0.7.7-bp153.1.25
Arch : noarch
Vendor : openSUSE
Installed Size : 104,4 KiB
Installed : No
Status : not installed
Source package : python-rply-0.7.7-bp153.1.25.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.