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

Last updated: May 13,2024

1. Install "python3-jsonpath-rw" package

Please follow the steps below to install python3-jsonpath-rw on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-jsonpath-rw" package

This tutorial shows how to uninstall python3-jsonpath-rw on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-jsonpath-rw
Priority: optional
Section: universe/python
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-jsonpath-rw
Version: 1.4.0-1
Depends: python3-decorator, python3-ply, python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-jsonpath-rw/python3-jsonpath-rw_1.4.0-1_all.deb
Size: 14598
MD5sum: 8500eab0a941b41dad4f6c6499569c6b
SHA1: 24cd2f5058da0072f765a54d68432285c2f0591f
SHA256: 5509684ca8f1acd7a243aa797f1156f60a16865a4dadc5ef2f3ad6e8875a6c89
Description-en: 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: 7778aa5f5824e62cf968d4e18866b436
Homepage: https://github.com/kennknowles/python-jsonpath-rw
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu