How to Install and Uninstall python311-jsonxs Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python311-jsonxs" package

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

$ sudo zypper refresh $ sudo zypper install python311-jsonxs

2. Uninstall "python311-jsonxs" package

This is a short guide on how to uninstall python311-jsonxs on openSuSE Tumbleweed:

$ sudo zypper remove python311-jsonxs

3. Information about the python311-jsonxs package on openSuSE Tumbleweed

Information for package python311-jsonxs:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-jsonxs
Version : 0.6-1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 19.4 KiB
Installed : No
Status : not installed
Source package : python-jsonxs-0.6-1.21.src
Upstream URL : https://github.com/fboender/jsonxs
Summary : Get/set values in JSON and Python datastructures
Description :
JSONxs is a Python library that uses a path expression string to get and
set values in JSON and Python datastructures. It's slightly similar to
JSONPath, but supports only simpler expressions and allows
modifications.
JSONxs is safe to use with untrusted input.