How to Install and Uninstall python3-ply Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-ply" package

This tutorial shows how to install python3-ply on Kali Linux

$ sudo apt update $ sudo apt install python3-ply

2. Uninstall "python3-ply" package

Here is a brief guide to show you how to uninstall python3-ply on Kali Linux:

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

3. Information about the python3-ply package on Kali Linux

Package: python3-ply
Source: ply
Version: 3.11-6
Installed-Size: 267
Maintainer: Jeroen Ploemen
Architecture: all
Provides: python3-ply-lex-3.10, python3-ply-yacc-3.10
Depends: python3:any
Suggests: python-ply-doc, python3-pkg-resources
Size: 63720
SHA256: 78275e4a460d76ccf18a2b8cd715a4a0b826e55314b9cbaaaca8ec6587d7e479
SHA1: bf0e27973014018a7fe42b0db21d52ffea618488
MD5sum: 660a8a2ab1015454cd1e17bb7d43f09d
Description: Lex and Yacc implementation for Python3
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.
.
This package contains the Python 3 module.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.dabeaz.com/ply/
Section: python
Priority: optional
Filename: pool/main/p/ply/python3-ply_3.11-6_all.deb