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

Last updated: May 20,2024

1. Install "python2-jsonref" package

Here is a brief guide to show you how to install python2-jsonref on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-jsonref

2. Uninstall "python2-jsonref" package

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

$ sudo zypper remove python2-jsonref

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

Information for package python2-jsonref:
----------------------------------------
Repository : Main Repository
Name : python2-jsonref
Version : 0.2-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 52,2 KiB
Installed : No
Status : not installed
Source package : python-jsonref-0.2-bp153.1.16.src
Summary : An implementation of JSON Reference for Python
Description :
jsonref is a library for automatic dereferencing of JSON Reference
objects for Python (supporting 2.6+ including Python 3).
This library lets you use a data structure with JSON reference objects, as if
the references had been replaced with the referent data.
Features
* References are evaluated lazily. Nothing is dereferenced until it is used.
* Recursive references are supported, and create recursive python data
structures.
References objects are actually replaced by lazy lookup proxy objects which are
almost completely transparent.
Complete docs can be found at http://jsonref.readthedocs.org/