How to Install and Uninstall python3-fastjsonschema.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "python3-fastjsonschema.noarch" package

In this section, we are going to explain the necessary steps to install python3-fastjsonschema.noarch on CentOS Stream 9

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

2. Uninstall "python3-fastjsonschema.noarch" package

This is a short guide on how to uninstall python3-fastjsonschema.noarch on CentOS Stream 9:

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

3. Information about the python3-fastjsonschema.noarch package on CentOS Stream 9

Last metadata expiration check: 1:59:49 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-fastjsonschema
Version : 2.18.0
Release : 1.el9
Architecture : noarch
Size : 46 k
Source : python-fastjsonschema-2.18.0-1.el9.src.rpm
Repository : epel
Summary : Fastest Python implementation of JSON schema
URL : https://github.com/horejsek/python-fastjsonschema
License : BSD-3-Clause
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.