How to Install and Uninstall pypy-pyparsing2 Package on Kali Linux

Last updated: May 03,2024

1. Install "pypy-pyparsing2" package

Please follow the step by step instructions below to install pypy-pyparsing2 on Kali Linux

$ sudo apt update $ sudo apt install pypy-pyparsing2

2. Uninstall "pypy-pyparsing2" package

Please follow the step by step instructions below to uninstall pypy-pyparsing2 on Kali Linux:

$ sudo apt remove pypy-pyparsing2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the pypy-pyparsing2 package on Kali Linux

Package: pypy-pyparsing2
Source: pyparsing2
Version: 2.4.7-4
Installed-Size: 342
Maintainer: Debian Python Team
Architecture: all
Replaces: pypy-pyparsing (<< 2.4.7-3~)
Depends: pypy
Suggests: python-pyparsing2-doc
Breaks: pypy-pyparsing (<< 2.4.7-3~)
Size: 109656
SHA256: 31f9aee67b7b5cecd9ebcaa7a84e808b7073c0b0c53ab13a811a8634d71164f2
SHA1: 8133c978ff78d340ef4ff0c01ea6d1fb9a3f53dd
MD5sum: 0a694ff644f692ba96a2a55934eadaa9
Description: alt to creating/executing simple grammars pyparsing2 - pypy
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 the PyPy version of python-pyparsing.
Description-md5: 2d13d65a3075cf975a0aa37075bf4002
Homepage: https://github.com/pyparsing/pyparsing/
Section: python
Priority: optional
Filename: pool/main/p/pyparsing2/pypy-pyparsing2_2.4.7-4_all.deb