How to Install and Uninstall python3-jsonref.noarch Package on Fedora 35

Last updated: June 18,2024

1. Install "python3-jsonref.noarch" package

Please follow the step by step instructions below to install python3-jsonref.noarch on Fedora 35

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

2. Uninstall "python3-jsonref.noarch" package

Here is a brief guide to show you how to uninstall python3-jsonref.noarch on Fedora 35:

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

3. Information about the python3-jsonref.noarch package on Fedora 35

Last metadata expiration check: 4:25:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-jsonref
Version : 0.2
Release : 5.fc35
Architecture : noarch
Size : 24 k
Source : python-jsonref-0.2-5.fc35.src.rpm
Repository : fedora
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.