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

Last updated: October 13,2024

1. Install "python3-jsonref.noarch" package

This guide covers the steps necessary to install python3-jsonref.noarch on Oracle Linux 9

$ 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 9:

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

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

Last metadata expiration check: 3:38:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-jsonref
Version : 1.1.0
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : python-jsonref-1.1.0-1.el9.src.rpm
Repository : epel
Summary : Python library for automatic dereferencing of JSON Reference objects
URL : https://github.com/gazpachoking/jsonref
License : MIT
Description : jsonref is a library for automatic dereferencing of JSON Reference objects for
: Python (supporting Python 3.7+). This library lets you use a data structure
: with JSON reference objects, as if the references had been replaced with the
: referent data.