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

Last updated: July 02,2024

1. Install "python38-jsonxs" package

Learn how to install python38-jsonxs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-jsonxs

2. Uninstall "python38-jsonxs" package

This guide covers the steps necessary to uninstall python38-jsonxs on openSuSE Tumbleweed:

$ sudo zypper remove python38-jsonxs

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

Information for package python38-jsonxs:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-jsonxs
Version : 0.6-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 18,3 KiB
Installed : No
Status : not installed
Source package : python-jsonxs-0.6-1.8.src
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.