How To Install python3-deepdiff on Fedora 36

In this tutorial we learn how to install python3-deepdiff in Fedora 36. python3-deepdiff is Python 3 package of python-deepdiff

Introduction

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

What is python3-deepdiff

Deep Difference of dictionaries, iterables, strings and other objects. It will recursively look for all the changes. This is the Python 3 package.

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

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

sudo dnf -y install python3-deepdiff

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

sudo yum -y install python3-deepdiff

How To Uninstall python3-deepdiff on Fedora 36

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

sudo dnf remove python3-deepdiff

python3-deepdiff Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/deepdiff
/usr/lib/python3.10/site-packages/deepdiff-5.0.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/deepdiff-5.0.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/deepdiff-5.0.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/deepdiff-5.0.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/deepdiff-5.0.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/deepdiff-5.0.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/deepdiff-5.0.2-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/deepdiff/__init__.py
/usr/lib/python3.10/site-packages/deepdiff/__pycache__
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/anyset.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/anyset.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/deephash.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/deephash.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/delta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/delta.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/diff.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/diff.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/distance.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/distance.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/helper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/helper.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/lfucache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/lfucache.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/model.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/model.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/search.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/search.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/serialization.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/deepdiff/__pycache__/serialization.cpython-310.pyc
/usr/lib/python3.10/site-packages/deepdiff/anyset.py
/usr/lib/python3.10/site-packages/deepdiff/base.py
/usr/lib/python3.10/site-packages/deepdiff/deephash.py
/usr/lib/python3.10/site-packages/deepdiff/delta.py
/usr/lib/python3.10/site-packages/deepdiff/diff.py
/usr/lib/python3.10/site-packages/deepdiff/distance.py
/usr/lib/python3.10/site-packages/deepdiff/helper.py
/usr/lib/python3.10/site-packages/deepdiff/lfucache.py
/usr/lib/python3.10/site-packages/deepdiff/model.py
/usr/lib/python3.10/site-packages/deepdiff/path.py
/usr/lib/python3.10/site-packages/deepdiff/search.py
/usr/lib/python3.10/site-packages/deepdiff/serialization.py
/usr/share/doc/python3-deepdiff
/usr/share/doc/python3-deepdiff/AUTHORS
/usr/share/doc/python3-deepdiff/README.md
/usr/share/licenses/python3-deepdiff
/usr/share/licenses/python3-deepdiff/LICENSE

References

Summary

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