How To Install python3-jsons on Fedora 36

In this tutorial we learn how to install python3-jsons in Fedora 36. python3-jsons is Python library for (de)serializing objects to/from JSON

Introduction

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

What is python3-jsons

Jsons is a library that allows you to serialize your plain old Python objects to readable json (dicts or strings) and deserialize them back. No magic, no special types, no polluting your objects.

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

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

sudo dnf -y install python3-jsons

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

sudo yum -y install python3-jsons

How To Uninstall python3-jsons on Fedora 36

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

sudo dnf remove python3-jsons

python3-jsons Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/jsons
/usr/lib/python3.10/site-packages/jsons-1.5.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/jsons-1.5.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/jsons-1.5.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/jsons-1.5.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/jsons-1.5.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/jsons-1.5.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/jsons-1.5.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/jsons/__init__.py
/usr/lib/python3.10/site-packages/jsons/__pycache__
/usr/lib/python3.10/site-packages/jsons/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_common_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_common_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_compatibility_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_compatibility_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_datetime_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_datetime_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_dump_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_dump_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_extra_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_extra_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_fork_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_fork_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_key_transformers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_key_transformers.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_lizers_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_lizers_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_load_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_load_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_meta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_meta.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_multitasking.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_multitasking.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_transform_impl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_transform_impl.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_validation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/_validation.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/_cache.py
/usr/lib/python3.10/site-packages/jsons/_common_impl.py
/usr/lib/python3.10/site-packages/jsons/_compatibility_impl.py
/usr/lib/python3.10/site-packages/jsons/_datetime_impl.py
/usr/lib/python3.10/site-packages/jsons/_dump_impl.py
/usr/lib/python3.10/site-packages/jsons/_extra_impl.py
/usr/lib/python3.10/site-packages/jsons/_fork_impl.py
/usr/lib/python3.10/site-packages/jsons/_key_transformers.py
/usr/lib/python3.10/site-packages/jsons/_lizers_impl.py
/usr/lib/python3.10/site-packages/jsons/_load_impl.py
/usr/lib/python3.10/site-packages/jsons/_meta.py
/usr/lib/python3.10/site-packages/jsons/_multitasking.py
/usr/lib/python3.10/site-packages/jsons/_transform_impl.py
/usr/lib/python3.10/site-packages/jsons/_validation.py
/usr/lib/python3.10/site-packages/jsons/classes
/usr/lib/python3.10/site-packages/jsons/classes/__init__.py
/usr/lib/python3.10/site-packages/jsons/classes/__pycache__
/usr/lib/python3.10/site-packages/jsons/classes/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/classes/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/classes/__pycache__/json_serializable.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/classes/__pycache__/json_serializable.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/classes/__pycache__/verbosity.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/classes/__pycache__/verbosity.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/classes/json_serializable.py
/usr/lib/python3.10/site-packages/jsons/classes/verbosity.py
/usr/lib/python3.10/site-packages/jsons/decorators.py
/usr/lib/python3.10/site-packages/jsons/deserializers
/usr/lib/python3.10/site-packages/jsons/deserializers/__init__.py
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_complex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_complex.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_date.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_date.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_datetime.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_datetime.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_decimal.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_decimal.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_defaultdict.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_defaultdict.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_dict.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_dict.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_enum.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_enum.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_iterable.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_iterable.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_list.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_list.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_mapping.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_mapping.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_nonetype.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_nonetype.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_object.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_object.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_path.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_primitive.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_primitive.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_string.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_string.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_time.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_time.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_timedelta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_timedelta.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_timezone.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_timezone.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_tuple.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_tuple.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_union.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_union.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_uuid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_uuid.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_zone_info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/__pycache__/default_zone_info.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/deserializers/default_complex.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_date.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_datetime.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_decimal.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_defaultdict.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_dict.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_enum.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_iterable.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_list.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_mapping.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_nonetype.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_object.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_path.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_primitive.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_string.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_time.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_timedelta.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_timezone.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_tuple.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_union.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_uuid.py
/usr/lib/python3.10/site-packages/jsons/deserializers/default_zone_info.py
/usr/lib/python3.10/site-packages/jsons/exceptions.py
/usr/lib/python3.10/site-packages/jsons/serializers
/usr/lib/python3.10/site-packages/jsons/serializers/__init__.py
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_complex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_complex.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_date.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_date.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_datetime.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_datetime.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_decimal.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_decimal.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_dict.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_dict.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_enum.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_enum.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_iterable.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_iterable.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_list.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_list.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_object.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_object.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_path.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_primitive.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_primitive.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_time.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_time.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_timedelta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_timedelta.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_timezone.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_timezone.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_tuple.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_tuple.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_union.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_union.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_uuid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_uuid.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_zone_info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/__pycache__/default_zone_info.cpython-310.pyc
/usr/lib/python3.10/site-packages/jsons/serializers/default_complex.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_date.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_datetime.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_decimal.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_dict.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_enum.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_iterable.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_list.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_object.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_path.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_primitive.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_time.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_timedelta.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_timezone.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_tuple.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_union.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_uuid.py
/usr/lib/python3.10/site-packages/jsons/serializers/default_zone_info.py
/usr/share/doc/python3-jsons
/usr/share/doc/python3-jsons/README.md
/usr/share/licenses/python3-jsons
/usr/share/licenses/python3-jsons/LICENSE

References

Summary

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