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

Last updated: May 20,2024

1. Install "python3-parsimonious" package

In this section, we are going to explain the necessary steps to install python3-parsimonious on Kali Linux

$ sudo apt update $ sudo apt install python3-parsimonious

2. Uninstall "python3-parsimonious" package

Please follow the guidance below to uninstall python3-parsimonious on Kali Linux:

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

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

Package: python3-parsimonious
Source: parsimonious
Version: 0.10.0-1
Installed-Size: 102
Maintainer: Debian Python Team
Architecture: all
Depends: python3-regex, python3:any
Size: 27760
SHA256: ca94dc0b4d5d54800719ec0748d12492d021fef6ec9a971a717c140f8b25a8cd
SHA1: 07e0263db8f03bc2cc57c9f9ea19dbecbab15583
MD5sum: 500536b20aadf0031baf244b3b347c4f
Description: fastest pure-Python PEG parser
aims to be faster arbitrary lookahead builder in pure Python
and the most usable.
.
based on parsing expression grammars (PEGs), which means it is fed
with a simplified type of EBNF notation.
.
was designed to undergird a MediaWiki parser that wouldn't take 5
seconds or a GB of RAM to do one page, but it's applicable to all
sorts of languages.
Description-md5:
Homepage: https://github.com/erikrose/parsimonious/
Section: python
Priority: optional
Filename: pool/main/p/parsimonious/python3-parsimonious_0.10.0-1_all.deb