How to Install and Uninstall python3-jsonref.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-jsonref.noarch" package

Please follow the instructions below to install python3-jsonref.noarch on CentOS Stream 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 CentOS Stream 8:

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

3. Information about the python3-jsonref.noarch package on CentOS Stream 8

Last metadata expiration check: 0:42:39 ago on Sun Feb 25 03:03:59 2024.
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.