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

Last updated: May 18,2024

1. Install "python2-ply" package

In this section, we are going to explain the necessary steps to install python2-ply on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ply

2. Uninstall "python2-ply" package

Please follow the guidelines below to uninstall python2-ply on openSUSE Leap:

$ sudo zypper remove python2-ply

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

Information for package python2-ply:
------------------------------------
Repository : Main Repository
Name : python2-ply
Version : 3.10-1.27
Arch : noarch
Vendor : SUSE LLC
Installed Size : 447,2 KiB
Installed : No
Status : not installed
Source package : python-ply-3.10-1.27.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 is extremely easy to use and provides very extensive error checking.
It is compatible with both Python 2 and Python 3.

5. The same packages on other Linux Distributions