How to Install and Uninstall python-ply-doc Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python-ply-doc" package

Please follow the guidelines below to install python-ply-doc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-ply-doc

2. Uninstall "python-ply-doc" package

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

$ sudo zypper remove python-ply-doc

3. Information about the python-ply-doc package on openSUSE Leap

Information for package python-ply-doc:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python-ply-doc
Version : 3.10-150000.3.5.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 785.0 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.