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

Last updated: May 20,2024

1. Install "python38-jsonref" package

This is a short guide on how to install python38-jsonref on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-jsonref

2. Uninstall "python38-jsonref" package

Please follow the guidance below to uninstall python38-jsonref on openSuSE Tumbleweed:

$ sudo zypper remove python38-jsonref

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

Information for package python38-jsonref:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-jsonref
Version : 0.2-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 67,6 KiB
Installed : No
Status : not installed
Source package : python-jsonref-0.2-1.8.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/