How To Install python3-ijson on Fedora 36

In this tutorial we learn how to install python3-ijson in Fedora 36. python3-ijson is Iterative JSON parser

Introduction

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

What is python3-ijson

Iterative JSON parser with standard Python iterator interfaces.

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

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

sudo dnf -y install python3-ijson

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

sudo yum -y install python3-ijson

How To Uninstall python3-ijson on Fedora 36

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

sudo dnf remove python3-ijson

python3-ijson Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/ijson
/usr/lib/python3.10/site-packages/ijson-3.1.4-py3.10.egg-info
/usr/lib/python3.10/site-packages/ijson-3.1.4-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/ijson-3.1.4-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/ijson-3.1.4-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/ijson-3.1.4-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/ijson/__init__.py
/usr/lib/python3.10/site-packages/ijson/__pycache__
/usr/lib/python3.10/site-packages/ijson/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/common.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/utils35.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/utils35.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/backends
/usr/lib/python3.10/site-packages/ijson/backends/__init__.py
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/_yajl2_ctypes_common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/_yajl2_ctypes_common.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/python.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/python.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/yajl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/yajl.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/yajl2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/yajl2.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/yajl2_c.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/yajl2_c.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/yajl2_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ijson/backends/__pycache__/yajl2_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/ijson/backends/_yajl2_ctypes_common.py
/usr/lib/python3.10/site-packages/ijson/backends/python.py
/usr/lib/python3.10/site-packages/ijson/backends/yajl.py
/usr/lib/python3.10/site-packages/ijson/backends/yajl2.py
/usr/lib/python3.10/site-packages/ijson/backends/yajl2_c.py
/usr/lib/python3.10/site-packages/ijson/backends/yajl2_cffi.py
/usr/lib/python3.10/site-packages/ijson/common.py
/usr/lib/python3.10/site-packages/ijson/compat.py
/usr/lib/python3.10/site-packages/ijson/utils.py
/usr/lib/python3.10/site-packages/ijson/utils35.py
/usr/lib/python3.10/site-packages/ijson/version.py
/usr/share/doc/python3-ijson
/usr/share/doc/python3-ijson/README.rst
/usr/share/licenses/python3-ijson
/usr/share/licenses/python3-ijson/LICENSE.txt

References

Summary

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