How to Install and Uninstall python310-jsonpath-ng Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "python310-jsonpath-ng" package

This is a short guide on how to install python310-jsonpath-ng on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-jsonpath-ng

2. Uninstall "python310-jsonpath-ng" package

This tutorial shows how to uninstall python310-jsonpath-ng on openSuSE Tumbleweed:

$ sudo zypper remove python310-jsonpath-ng

3. Information about the python310-jsonpath-ng package on openSuSE Tumbleweed

Information for package python310-jsonpath-ng:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-jsonpath-ng
Version : 1.6.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 185.2 KiB
Installed : No
Status : not installed
Source package : python-jsonpath-ng-1.6.1-2.1.src
Upstream URL : https://github.com/h2non/jsonpath-ng
Summary : JSONPath for Python
Description :
A final implementation of JSONPath for Python that aims to be
standard compliant, including arithmetic and binary comparison
operators and providing clear AST for metaprogramming.