How To Install python3-fastjsonschema on Fedora 36

In this tutorial we learn how to install python3-fastjsonschema in Fedora 36. python3-fastjsonschema is Fastest Python implementation of JSON schema

Introduction

In this tutorial we learn how to install python3-fastjsonschema on Fedora 36.

What is python3-fastjsonschema

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.

We can use yum or dnf to install python3-fastjsonschema on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-fastjsonschema.

Install python3-fastjsonschema on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-fastjsonschema using dnf by running the following command:

sudo dnf -y install python3-fastjsonschema

Install python3-fastjsonschema on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-fastjsonschema using yum by running the following command:

sudo yum -y install python3-fastjsonschema

How To Uninstall python3-fastjsonschema on Fedora 36

To uninstall only the python3-fastjsonschema package we can use the following command:

sudo dnf remove python3-fastjsonschema

python3-fastjsonschema Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/fastjsonschema
/usr/lib/python3.10/site-packages/fastjsonschema-2.15.1.dist-info
/usr/lib/python3.10/site-packages/fastjsonschema-2.15.1.dist-info/AUTHORS
/usr/lib/python3.10/site-packages/fastjsonschema-2.15.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/fastjsonschema-2.15.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/fastjsonschema-2.15.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/fastjsonschema-2.15.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/fastjsonschema-2.15.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/fastjsonschema/__init__.py
/usr/lib/python3.10/site-packages/fastjsonschema/__main__.py
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/draft04.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/draft04.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/draft06.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/draft06.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/draft07.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/draft07.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/generator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/generator.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/indent.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/indent.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/ref_resolver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/ref_resolver.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/fastjsonschema/draft04.py
/usr/lib/python3.10/site-packages/fastjsonschema/draft06.py
/usr/lib/python3.10/site-packages/fastjsonschema/draft07.py
/usr/lib/python3.10/site-packages/fastjsonschema/exceptions.py
/usr/lib/python3.10/site-packages/fastjsonschema/generator.py
/usr/lib/python3.10/site-packages/fastjsonschema/indent.py
/usr/lib/python3.10/site-packages/fastjsonschema/ref_resolver.py
/usr/lib/python3.10/site-packages/fastjsonschema/version.py
/usr/share/doc/python3-fastjsonschema
/usr/share/doc/python3-fastjsonschema/README.rst
/usr/share/licenses/python3-fastjsonschema
/usr/share/licenses/python3-fastjsonschema/LICENSE

References

Summary

In this tutorial we learn how to install python3-fastjsonschema on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).