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

Last updated: May 14,2024

1. Install "python2-jsonxs" package

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

$ sudo zypper refresh $ sudo zypper install python2-jsonxs

2. Uninstall "python2-jsonxs" package

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

$ sudo zypper remove python2-jsonxs

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

Information for package python2-jsonxs:
---------------------------------------
Repository : Main Repository
Name : python2-jsonxs
Version : 0.6-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 19,2 KiB
Installed : No
Status : not installed
Source package : python-jsonxs-0.6-bp153.1.15.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.