How To Install python3-sphinx-hoverxref on Fedora 36

In this tutorial we learn how to install python3-sphinx-hoverxref in Fedora 36. python3-sphinx-hoverxref is Sphinx extension to add tooltips on cross references

Introduction

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

What is python3-sphinx-hoverxref

Sphinx extension to show a floating window (tooltips or modal dialogues) on the cross references of the documentation embedding the content of the linked section on them. With sphinx-hoverxref, you don’t need to click a link to see what’s in there.

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

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

sudo dnf -y install python3-sphinx-hoverxref

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

sudo yum -y install python3-sphinx-hoverxref

How To Uninstall python3-sphinx-hoverxref on Fedora 36

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

sudo dnf remove python3-sphinx-hoverxref

python3-sphinx-hoverxref Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/hoverxref
/usr/lib/python3.10/site-packages/hoverxref/__init__.py
/usr/lib/python3.10/site-packages/hoverxref/__pycache__
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/domains.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/domains.cpython-310.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/extension.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/extension.cpython-310.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/translators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/translators.cpython-310.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/hoverxref/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/hoverxref/_static
/usr/lib/python3.10/site-packages/hoverxref/_static/css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/micromodal.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/sphinx_material.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/sphinx_rtd_theme.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/tooltipster-sideTip-borderless.min.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/tooltipster-sideTip-light.min.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/tooltipster-sideTip-noir.min.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/tooltipster-sideTip-punk.min.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/tooltipster-sideTip-shadow.min.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/tooltipster.bundle.min.css
/usr/lib/python3.10/site-packages/hoverxref/_static/css/tooltipster.custom.css
/usr/lib/python3.10/site-packages/hoverxref/_static/js
/usr/lib/python3.10/site-packages/hoverxref/_static/js/hoverxref.js_t
/usr/lib/python3.10/site-packages/hoverxref/_static/js/micromodal.min.js
/usr/lib/python3.10/site-packages/hoverxref/_static/js/tooltipster.bundle.min.js
/usr/lib/python3.10/site-packages/hoverxref/domains.py
/usr/lib/python3.10/site-packages/hoverxref/extension.py
/usr/lib/python3.10/site-packages/hoverxref/translators.py
/usr/lib/python3.10/site-packages/hoverxref/utils.py
/usr/lib/python3.10/site-packages/sphinx_hoverxref-0.5b1-py3.10.egg-info
/usr/lib/python3.10/site-packages/sphinx_hoverxref-0.5b1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/sphinx_hoverxref-0.5b1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/sphinx_hoverxref-0.5b1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/sphinx_hoverxref-0.5b1-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/sphinx_hoverxref-0.5b1-py3.10.egg-info/top_level.txt
/usr/share/doc/python3-sphinx-hoverxref
/usr/share/doc/python3-sphinx-hoverxref/README.rst
/usr/share/licenses/python3-sphinx-hoverxref
/usr/share/licenses/python3-sphinx-hoverxref/LICENSE

References

Summary

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