How to Install and Uninstall python-ply Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 07,2024

1. Install "python-ply" package

Please follow the instructions below to install python-ply on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ply

2. Uninstall "python-ply" package

Learn how to uninstall python-ply on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ply $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-ply package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ply
Priority: optional
Section: python
Installed-Size: 271
Maintainer: Ubuntu Developers
Original-Maintainer: Arnaud Fontaine
Architecture: all
Source: ply
Version: 3.7-1
Provides: python-ply-lex-3.5, python-ply-yacc-3.5, python2.7-ply
Depends: python (>= 2.7), python (<< 2.8)
Suggests: python-ply-doc, python-pkg-resources
Filename: pool/main/p/ply/python-ply_3.7-1_all.deb
Size: 46908
MD5sum: 49910eeb45edb0932801cdb62826b394
SHA1: 67b7fcad709cec444b68e0a5ce5a865e6d2e6155
SHA256: dc13f08b97cf74f253a68319f5d14753d681c7cf4b99c721b43023a4c9d36155
Description-en: Lex and Yacc implementation for Python2
PLY is yet another implementation of lex and yacc for
Python. Although several other parsing tools are available for
Python, there are several reasons why you might want to take a look
at PLY:
* It's implemented entirely in Python.
* It uses LR-parsing which is reasonably 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.
Description-md5: ddbdacd0971bf7aaecde3faf56c83ece
Homepage: http://www.dabeaz.com/ply/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y