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

Last updated: May 17,2024

1. Install "python3-jsonref" package

Learn how to install python3-jsonref on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jsonref

2. Uninstall "python3-jsonref" package

Please follow the instructions below to uninstall python3-jsonref on openSUSE Leap:

$ sudo zypper remove python3-jsonref

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

Information for package python3-jsonref:
----------------------------------------
Repository : Main Repository
Name : python3-jsonref
Version : 0.2-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 67.8 KiB
Installed : No
Status : not installed
Source package : python-jsonref-0.2-bp155.2.11.src
Upstream URL : https://github.com/gazpachoking/jsonref
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/