How to Install and Uninstall python-pyparsing2-doc Package on Kali Linux

Last updated: May 14,2024

1. Install "python-pyparsing2-doc" package

This guide let you learn how to install python-pyparsing2-doc on Kali Linux

$ sudo apt update $ sudo apt install python-pyparsing2-doc

2. Uninstall "python-pyparsing2-doc" package

This guide let you learn how to uninstall python-pyparsing2-doc on Kali Linux:

$ sudo apt remove python-pyparsing2-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyparsing2-doc package on Kali Linux

Package: python-pyparsing2-doc
Source: pyparsing2
Version: 2.4.7-4
Installed-Size: 1942
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 562884
SHA256: 87d28188cbd6207eb9a38ae83dc089ebd278d9ca7e7b462a6bb0ff558f793506
SHA1: 5a9e7614a3311b0d29fdbb23469f7331415c367e
MD5sum: 917b7533d76257c02dc3b5bc08a0c791
Description: alt to creating/executing simple grammars pyparsing2 - doc
This is the older version v2.x of pyparsing to support pypy.
.
The parsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach, or
the use of regular expressions. The parsing module provides a
library of classes that client code uses to construct the grammar
directly in Python code.
.
Here's an example:
.
from pyparsing import Word, alphas
greet = Word(alphas) + "," + Word(alphas) + "!"
hello = "Hello, World!"
print hello, "->", greet.parseString(hello)
.
This package contains documentation for python-pyparsing2.
Description-md5: ea463e467f5a8eeb7fe86f4757d0b225
Multi-Arch: foreign
Homepage: https://github.com/pyparsing/pyparsing/
Section: doc
Priority: optional
Filename: pool/main/p/pyparsing2/python-pyparsing2-doc_2.4.7-4_all.deb