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

Last updated: October 02,2024

1. Install "python3-jsonref.noarch" package

Please follow the guidance below to install python3-jsonref.noarch on AlmaLinux 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 AlmaLinux 9:

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

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

Last metadata expiration check: 0:14:04 ago on Wed Mar 13 07:41:12 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.