How to Install and Uninstall python3-fastjsonschema.noarch Package on Fedora 36

Last updated: January 12,2025

1. Install "python3-fastjsonschema.noarch" package

Please follow the guidance below to install python3-fastjsonschema.noarch on Fedora 36

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

2. Uninstall "python3-fastjsonschema.noarch" package

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

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

3. Information about the python3-fastjsonschema.noarch package on Fedora 36

Last metadata expiration check: 0:50:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-fastjsonschema
Version : 2.15.1
Release : 3.fc36
Architecture : noarch
Size : 42 k
Source : python-fastjsonschema-2.15.1-3.fc36.src.rpm
Repository : fedora
Summary : Fastest Python implementation of JSON schema
URL : https://github.com/horejsek/python-fastjsonschema
License : BSD
Description : fastjsonschema implements validation of JSON documents by JSON schema.
: The library implements JSON schema drafts 04, 06 and 07.
: The main purpose is to have a really fast implementation.