How to Install and Uninstall python311-ply Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "python311-ply" package
This tutorial shows how to install python311-ply on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-ply
Copied
2. Uninstall "python311-ply" package
Please follow the steps below to uninstall python311-ply on openSuSE Tumbleweed:
$
sudo zypper remove
python311-ply
Copied
3. Information about the python311-ply package on openSuSE Tumbleweed
Information for package python311-ply:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ply
Version : 3.11-6.4
Arch : noarch
Vendor : openSUSE
Installed Size : 590.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.
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ply
Version : 3.11-6.4
Arch : noarch
Vendor : openSUSE
Installed Size : 590.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.