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

Last updated: May 13,2024

1. Install "python3-parsley" package

Here is a brief guide to show you how to install python3-parsley on Kali Linux

$ sudo apt update $ sudo apt install python3-parsley

2. Uninstall "python3-parsley" package

This is a short guide on how to uninstall python3-parsley on Kali Linux:

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

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

Package: python3-parsley
Source: python-parsley
Version: 1.3-3
Installed-Size: 547
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 60216
SHA256: 4fb0716fb21d2db4ffffd385f56c38364e5f46701d8117dec2b6f7db1047d484
SHA1: fdb9e90ced0cb8bb73a1fcd649d1e9b5183fa6f3
MD5sum: fc628716d35d3ac3acf5e32404b3bb04
Description: Pattern-Matching Language Based on OMeta and Python
Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so
each expression in the grammar rules works like a Python
expression. In particular, alternatives are evaluated in order, unlike
table-driven parsers such as yacc, bison or PLY.
.
Parsley is an implementation of OMeta, an object-oriented
pattern-matching language developed by Alessandro Warth.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/washort/parsley
Section: python
Priority: optional
Filename: pool/main/p/python-parsley/python3-parsley_1.3-3_all.deb