How to Install and Uninstall python2-jsonpath-rw Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python2-jsonpath-rw" package

This tutorial shows how to install python2-jsonpath-rw on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-jsonpath-rw

2. Uninstall "python2-jsonpath-rw" package

Please follow the instructions below to uninstall python2-jsonpath-rw on openSUSE Leap:

$ sudo zypper remove python2-jsonpath-rw

3. Information about the python2-jsonpath-rw package on openSUSE Leap

Information for package python2-jsonpath-rw:
--------------------------------------------
Repository : Main Repository
Name : python2-jsonpath-rw
Version : 1.4.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 143,9 KiB
Installed : No
Status : not installed
Source package : python-jsonpath-rw-1.4.0-bp153.1.15.src
Summary : An extended implementation of JSONPath for Python
Description :
This library provides a robust and significantly extended implementation
of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3, and PyPy.
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. (You can also execute them :-)