How to Install and Uninstall python36-ply Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "python36-ply" package

This guide covers the steps necessary to install python36-ply on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-ply

2. Uninstall "python36-ply" package

This guide covers the steps necessary to uninstall python36-ply on openSuSE Tumbleweed:

$ sudo zypper remove python36-ply

3. Information about the python36-ply package on openSuSE Tumbleweed

Information for package python36-ply:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-ply
Version : 3.11-3.17
Arch : noarch
Vendor : openSUSE
Installed Size : 481,7 KiB
Installed : No
Status : not installed
Source package : python-ply-3.11-3.17.src
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.