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

Last updated: April 29,2024

1. Install "python3-ply" package

Please follow the guidance below to install python3-ply on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ply

2. Uninstall "python3-ply" package

Here is a brief guide to show you how to uninstall python3-ply on openSUSE Leap:

$ sudo zypper remove python3-ply

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

Information for package python3-ply:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-ply
Version : 3.10-150000.3.5.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 456.2 KiB
Installed : No
Status : not installed
Source package : python-ply-3.10-150000.3.5.1.src
Upstream URL : http://www.dabeaz.com/ply/
Summary : Python Lex & Yacc
Description :
PLY is yet another implementation of lex and yacc for Python. Some notable
features include the fact that its implemented entirely in Python and it
uses LALR(1) parsing which is efficient and well suited for larger grammars.
PLY provides most of the standard lex/yacc features including support for empty
productions, precedence rules, error recovery, and support for ambiguous grammars.
PLY is extremely easy to use and provides very extensive error checking.
It is compatible with both Python 2 and Python 3.