How to Install and Uninstall python-jsonpath-rw Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 11,2025

1. Install "python-jsonpath-rw" package

In this section, we are going to explain the necessary steps to install python-jsonpath-rw on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-jsonpath-rw" package

This guide let you learn how to uninstall python-jsonpath-rw on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-jsonpath-rw package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-jsonpath-rw
Priority: optional
Section: python
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.4.0-1
Depends: python-decorator, python-ply, python-six, python (>= 2.7), python (<< 2.8), python2.7:any
Filename: pool/main/p/python-jsonpath-rw/python-jsonpath-rw_1.4.0-1_all.deb
Size: 14548
MD5sum: b6fbc9e9287ad44ac691e42323e03a86
SHA1: 7879147ca4f79c3296d8b44b76be09f173701f24
SHA256: 4675682d1de0bc0d4a8cf9dfc28a4ea35a7d9e6b0cebe4fe23351245bd3731ce
Description-en: extended implementation of JSONPath for Python 2.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 2.x module.
Description-md5: 8c3c26a7ca91a4c152b759e0cd5c4b87
Homepage: https://github.com/kennknowles/python-jsonpath-rw
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y