How To Install python3-jsonschema on Fedora 36

In this tutorial we learn how to install python3-jsonschema in Fedora 36. python3-jsonschema is Implementation of JSON Schema validation for Python

Introduction

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

What is python3-jsonschema

jsonschema is an implementation of JSON Schema for Python (supporting 2.7+, including Python 3). - Full support for Draft 7, Draft 6, Draft 4 and Draft 3 - Lazy validation that can iteratively report all validation errors. - Small and extensible - Programmatic querying of which properties or items failed validation.

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

Install python3-jsonschema 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-jsonschema using dnf by running the following command:

sudo dnf -y install python3-jsonschema

Install python3-jsonschema 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-jsonschema using yum by running the following command:

sudo yum -y install python3-jsonschema

How To Uninstall python3-jsonschema on Fedora 36

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

sudo dnf remove python3-jsonschema

python3-jsonschema Package Contents on Fedora 36

/usr/bin/jsonschema
/usr/lib/python3.10/site-packages/jsonschema
/usr/lib/python3.10/site-packages/jsonschema-3.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/jsonschema-3.2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/jsonschema-3.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/jsonschema-3.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/jsonschema-3.2.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/jsonschema-3.2.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/jsonschema-3.2.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/jsonschema/__init__.py
/usr/lib/python3.10/site-packages/jsonschema/__main__.py
/usr/lib/python3.10/site-packages/jsonschema/__pycache__
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_format.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_format.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_legacy_validators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_legacy_validators.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_reflect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_reflect.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_validators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/_validators.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/validators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/__pycache__/validators.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/_format.py
/usr/lib/python3.10/site-packages/jsonschema/_legacy_validators.py
/usr/lib/python3.10/site-packages/jsonschema/_reflect.py
/usr/lib/python3.10/site-packages/jsonschema/_types.py
/usr/lib/python3.10/site-packages/jsonschema/_utils.py
/usr/lib/python3.10/site-packages/jsonschema/_validators.py
/usr/lib/python3.10/site-packages/jsonschema/benchmarks
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/__init__.py
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/__pycache__
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/__pycache__/issue232.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/__pycache__/issue232.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/__pycache__/json_schema_test_suite.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/__pycache__/json_schema_test_suite.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/issue232.py
/usr/lib/python3.10/site-packages/jsonschema/benchmarks/json_schema_test_suite.py
/usr/lib/python3.10/site-packages/jsonschema/cli.py
/usr/lib/python3.10/site-packages/jsonschema/compat.py
/usr/lib/python3.10/site-packages/jsonschema/exceptions.py
/usr/lib/python3.10/site-packages/jsonschema/schemas
/usr/lib/python3.10/site-packages/jsonschema/schemas/draft3.json
/usr/lib/python3.10/site-packages/jsonschema/schemas/draft4.json
/usr/lib/python3.10/site-packages/jsonschema/schemas/draft6.json
/usr/lib/python3.10/site-packages/jsonschema/schemas/draft7.json
/usr/lib/python3.10/site-packages/jsonschema/tests
/usr/lib/python3.10/site-packages/jsonschema/tests/__init__.py
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/_helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/_helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/_suite.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/_suite.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_format.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_format.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_jsonschema_test_suite.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_jsonschema_test_suite.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_validators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/__pycache__/test_validators.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonschema/tests/_helpers.py
/usr/lib/python3.10/site-packages/jsonschema/tests/_suite.py
/usr/lib/python3.10/site-packages/jsonschema/tests/test_cli.py
/usr/lib/python3.10/site-packages/jsonschema/tests/test_exceptions.py
/usr/lib/python3.10/site-packages/jsonschema/tests/test_format.py
/usr/lib/python3.10/site-packages/jsonschema/tests/test_jsonschema_test_suite.py
/usr/lib/python3.10/site-packages/jsonschema/tests/test_types.py
/usr/lib/python3.10/site-packages/jsonschema/tests/test_validators.py
/usr/lib/python3.10/site-packages/jsonschema/validators.py
/usr/share/doc/python3-jsonschema
/usr/share/doc/python3-jsonschema/README.rst
/usr/share/licenses/python3-jsonschema
/usr/share/licenses/python3-jsonschema/COPYING
/usr/share/licenses/python3-jsonschema/LICENSE

References

Summary

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