How to Install and Uninstall python-ply-doc Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "python-ply-doc" package

Please follow the guidance below to install python-ply-doc on openSuSE Tumbleweed

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

2. Uninstall "python-ply-doc" package

This is a short guide on how to uninstall python-ply-doc on openSuSE Tumbleweed:

$ sudo zypper remove python-ply-doc

3. Information about the python-ply-doc package on openSuSE Tumbleweed

Information for package python-ply-doc:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python-ply-doc
Version : 3.11-6.4
Arch : noarch
Vendor : openSUSE
Installed Size : 258.0 KiB
Installed : No
Status : not installed
Source package : python-ply-3.11-6.4.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 provides extensive error checking.
It is compatible with both Python 2 and Python 3.