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

Last updated: June 03,2024

1. Install "python3-jsonpath-rw" package

Here is a brief guide to show you how to install python3-jsonpath-rw on openSUSE Leap

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

2. Uninstall "python3-jsonpath-rw" package

Please follow the step by step instructions below to uninstall python3-jsonpath-rw on openSUSE Leap:

$ sudo zypper remove python3-jsonpath-rw

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

Information for package python3-jsonpath-rw:
--------------------------------------------
Repository : Main Repository
Name : python3-jsonpath-rw
Version : 1.4.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 129.1 KiB
Installed : No
Status : not installed
Source package : python-jsonpath-rw-1.4.0-bp155.2.12.src
Upstream URL : https://github.com/kennknowles/python-jsonpath-rw
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 :-)