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

Last updated: September 29,2024

1. Install "python311-jsonpath-ng" package

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

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

2. Uninstall "python311-jsonpath-ng" package

Please follow the instructions below to uninstall python311-jsonpath-ng on openSuSE Tumbleweed:

$ sudo zypper remove python311-jsonpath-ng

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

Information for package python311-jsonpath-ng:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-jsonpath-ng
Version : 1.6.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 224.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.