How to Install and Uninstall python3-jsonpath-rw Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-jsonpath-rw" package

This guide let you learn how to install python3-jsonpath-rw on Kali Linux

$ sudo apt update $ sudo apt install python3-jsonpath-rw

2. Uninstall "python3-jsonpath-rw" package

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

$ sudo apt remove python3-jsonpath-rw $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-jsonpath-rw package on Kali Linux

Package: python3-jsonpath-rw
Source: python-jsonpath-rw
Version: 1.4.0-6
Installed-Size: 69
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-decorator, python3-ply, python3-six, python3:any
Size: 15024
SHA256: 43eb9a77bb10642c8238ad6f056d575fa18f74b0128460f15d6887a3e8154931
SHA1: 57766d4046c4fbb4d6df89b1a61abc6b4e80169b
MD5sum: d97df37eae037bc9281eee87a02c8a0a
Description: extended implementation of JSONPath for Python 3.x
This library provides a robust and significantly extended implementation of
JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3.
.
This library differs from other JSONPath implementations in that it is a full
language implementation, meaning the JSONPath expressions are first class
objects, easy to analyze, transform, parse, print, and extend.
.
The JSONPath syntax supported by this library includes some additional
features and omits some problematic features (those that make it unportable).
In particular, some new operators such as "|" and "where" are available, and
parentheses are used for grouping not for callbacks into Python, since with
these changes the language is not trivially associative. Also, fields may be
quoted whether or not they are contained in brackets.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/kennknowles/python-jsonpath-rw
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-jsonpath-rw/python3-jsonpath-rw_1.4.0-6_all.deb