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

Last updated: July 03,2024

1. Install "python3-jsonpath-ng" package

This is a short guide on how to install python3-jsonpath-ng on Kali Linux

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

2. Uninstall "python3-jsonpath-ng" package

This guide let you learn how to uninstall python3-jsonpath-ng on Kali Linux:

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

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

Package: python3-jsonpath-ng
Source: jsonpath-ng
Version: 1.6.1-1
Installed-Size: 219
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-ply, python3:any
Size: 30880
SHA256: 096efe4ff166a9ba2bd0a829fa0c3193ae898f8612dc5a0b92490ec7be700948
SHA1: 9524f7a21b2d83f3b05cf07738c08ea437edc7d0
MD5sum: 515f9352d296f926ac66101aeb5d9665
Description: Robust and extended implementation of JSONPath for Python
The Python JSONPath Next-Generation library provides a
robust and significantly extended implementation of JSONPath
for Python.
.
It is a final implementation of JSONPath for Python that
aims to be standard compliant, including arithmetic and
binary comparison operators, as defined in the original
`JSONPath proposal`.
.
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.
.
This package merges both `jsonpath-rw` and
`jsonpath-rw-ext` and provides several AST API enhancements,
such as the ability to update or removes nodes in the tree.
Description-md5:
Homepage: https://github.com/h2non/jsonpath-ng
Section: python
Priority: optional
Filename: pool/main/j/jsonpath-ng/python3-jsonpath-ng_1.6.1-1_all.deb