How To Install python3-jsonmodels on Fedora 36

In this tutorial we learn how to install python3-jsonmodels in Fedora 36. python3-jsonmodels is Create Python structures that are converted to, or read from JSON

Introduction

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

What is python3-jsonmodels

Python 3 models to make it easier to deal with structures that are converted to, or read from JSON.

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

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

sudo dnf -y install python3-jsonmodels

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

sudo yum -y install python3-jsonmodels

How To Uninstall python3-jsonmodels on Fedora 36

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

sudo dnf remove python3-jsonmodels

python3-jsonmodels Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/jsonmodels
/usr/lib/python3.10/site-packages/jsonmodels-2.4-py3.10.egg-info
/usr/lib/python3.10/site-packages/jsonmodels-2.4-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/jsonmodels-2.4-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/jsonmodels-2.4-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/jsonmodels-2.4-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/jsonmodels-2.4-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/jsonmodels-2.4-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/jsonmodels/__init__.py
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/builders.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/builders.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/collections.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/collections.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/fields.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/fields.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/parsers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/parsers.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/utilities.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/utilities.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/validators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsonmodels/__pycache__/validators.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsonmodels/builders.py
/usr/lib/python3.10/site-packages/jsonmodels/collections.py
/usr/lib/python3.10/site-packages/jsonmodels/errors.py
/usr/lib/python3.10/site-packages/jsonmodels/fields.py
/usr/lib/python3.10/site-packages/jsonmodels/models.py
/usr/lib/python3.10/site-packages/jsonmodels/parsers.py
/usr/lib/python3.10/site-packages/jsonmodels/utilities.py
/usr/lib/python3.10/site-packages/jsonmodels/validators.py
/usr/share/doc/python3-jsonmodels
/usr/share/doc/python3-jsonmodels/README.rst
/usr/share/licenses/python3-jsonmodels
/usr/share/licenses/python3-jsonmodels/LICENSE

References

Summary

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