How To Install python3-sphobjinv on Fedora 36

In this tutorial we learn how to install python3-sphobjinv in Fedora 36. python3-sphobjinv is Sphinx objects.inv inspection/manipulation tool

Introduction

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

What is python3-sphobjinv

The syntax required for a functional Sphinx cross-reference is highly non-obvious in many cases. Sometimes Sphinx can guess correctly what you mean, but it’s pretty hit-or-miss. The best approach is to provide Sphinx with a completely specified cross-reference, and that’s where sphobjinv comes in.

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

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

sudo dnf -y install python3-sphobjinv

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

sudo yum -y install python3-sphobjinv

How To Uninstall python3-sphobjinv on Fedora 36

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

sudo dnf remove python3-sphobjinv

python3-sphobjinv Package Contents on Fedora 36

/usr/bin/sphobjinv
/usr/lib/python3.10/site-packages/sphobjinv
/usr/lib/python3.10/site-packages/sphobjinv-2.0.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/sphobjinv-2.0.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/sphobjinv-2.0.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/sphobjinv-2.0.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/sphobjinv-2.0.1-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/sphobjinv-2.0.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/sphobjinv-2.0.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/sphobjinv/__init__.py
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/cmdline.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/cmdline.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/data.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/enum.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/enum.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/error.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/error.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/fileops.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/fileops.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/inventory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/inventory.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/re.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/re.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/schema.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/schema.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/zlib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphobjinv/__pycache__/zlib.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphobjinv/cmdline.py
/usr/lib/python3.10/site-packages/sphobjinv/data.py
/usr/lib/python3.10/site-packages/sphobjinv/enum.py
/usr/lib/python3.10/site-packages/sphobjinv/error.py
/usr/lib/python3.10/site-packages/sphobjinv/fileops.py
/usr/lib/python3.10/site-packages/sphobjinv/inventory.py
/usr/lib/python3.10/site-packages/sphobjinv/re.py
/usr/lib/python3.10/site-packages/sphobjinv/schema.py
/usr/lib/python3.10/site-packages/sphobjinv/version.py
/usr/lib/python3.10/site-packages/sphobjinv/zlib.py
/usr/share/doc/python3-sphobjinv
/usr/share/doc/python3-sphobjinv/README.rst
/usr/share/licenses/python3-sphobjinv
/usr/share/licenses/python3-sphobjinv/LICENSE.txt

References

Summary

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