How to Install and Uninstall python3-jsonxs Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python3-jsonxs" package

Please follow the guidelines below to install python3-jsonxs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jsonxs

2. Uninstall "python3-jsonxs" package

Here is a brief guide to show you how to uninstall python3-jsonxs on openSUSE Leap:

$ sudo zypper remove python3-jsonxs

3. Information about the python3-jsonxs package on openSUSE Leap

Information for package python3-jsonxs:
---------------------------------------
Repository : Main Repository
Name : python3-jsonxs
Version : 0.6-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 18.7 KiB
Installed : No
Status : not installed
Source package : python-jsonxs-0.6-bp155.2.11.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.