How to Install and Uninstall python3-jsonref.noarch Package on Oracle Linux 8

Last updated: May 06,2024

1. Install "python3-jsonref.noarch" package

This guide let you learn how to install python3-jsonref.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-jsonref.noarch

2. Uninstall "python3-jsonref.noarch" package

Please follow the instructions below to uninstall python3-jsonref.noarch on Oracle Linux 8:

$ sudo dnf remove python3-jsonref.noarch $ sudo dnf autoremove

3. Information about the python3-jsonref.noarch package on Oracle Linux 8

Last metadata expiration check: 4:04:06 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-jsonref
Version : 0.2
Release : 1.el8
Architecture : noarch
Size : 24 k
Source : python-jsonref-0.2-1.el8.src.rpm
Repository : epel
Summary : An implementation of JSON Reference for Python
URL : https://github.com/gazpachoking/jsonref
License : MIT
Description : jsonref is a library for automatic dereferencing of JSON Reference objects
: for Python (supporting Python 2.6+ and Python 3.3+).
:
: This library lets you use a data structure with JSON reference objects, as if
: the references had been replaced with the referent data.