How To Install python3-sphinx-gallery on Fedora 36

In this tutorial we learn how to install python3-sphinx-gallery in Fedora 36. python3-sphinx-gallery is Sphinx extension to automatically generate an examples gallery

Introduction

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

A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-sphinx-gallery using dnf by running the following command:

sudo dnf -y install python3-sphinx-gallery

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-sphinx-gallery using yum by running the following command:

sudo yum -y install python3-sphinx-gallery

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

sudo dnf remove python3-sphinx-gallery
/usr/lib/python3.10/site-packages/sphinx_gallery
/usr/lib/python3.10/site-packages/sphinx_gallery-0.10.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/sphinx_gallery-0.10.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/sphinx_gallery-0.10.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/sphinx_gallery-0.10.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/sphinx_gallery-0.10.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/sphinx_gallery-0.10.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/sphinx_gallery/__init__.py
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/backreferences.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/backreferences.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/binder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/binder.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/directives.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/directives.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/docs_resolv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/docs_resolv.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/downloads.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/downloads.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/gen_gallery.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/gen_gallery.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/gen_rst.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/gen_rst.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/load_style.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/load_style.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/notebook.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/notebook.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/py_source_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/py_source_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/scrapers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/scrapers.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/sorting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/sorting.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/sphinx_compatibility.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/sphinx_compatibility.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/_static
/usr/lib/python3.10/site-packages/sphinx_gallery/_static/binder_badge_logo.svg
/usr/lib/python3.10/site-packages/sphinx_gallery/_static/broken_example.png
/usr/lib/python3.10/site-packages/sphinx_gallery/_static/no_image.png
/usr/lib/python3.10/site-packages/sphinx_gallery/_static/sg_gallery-binder.css
/usr/lib/python3.10/site-packages/sphinx_gallery/_static/sg_gallery-dataframe.css
/usr/lib/python3.10/site-packages/sphinx_gallery/_static/sg_gallery-rendered-html.css
/usr/lib/python3.10/site-packages/sphinx_gallery/_static/sg_gallery.css
/usr/lib/python3.10/site-packages/sphinx_gallery/backreferences.py
/usr/lib/python3.10/site-packages/sphinx_gallery/binder.py
/usr/lib/python3.10/site-packages/sphinx_gallery/directives.py
/usr/lib/python3.10/site-packages/sphinx_gallery/docs_resolv.py
/usr/lib/python3.10/site-packages/sphinx_gallery/downloads.py
/usr/lib/python3.10/site-packages/sphinx_gallery/gen_gallery.py
/usr/lib/python3.10/site-packages/sphinx_gallery/gen_rst.py
/usr/lib/python3.10/site-packages/sphinx_gallery/load_style.py
/usr/lib/python3.10/site-packages/sphinx_gallery/notebook.py
/usr/lib/python3.10/site-packages/sphinx_gallery/py_source_parser.py
/usr/lib/python3.10/site-packages/sphinx_gallery/scrapers.py
/usr/lib/python3.10/site-packages/sphinx_gallery/sorting.py
/usr/lib/python3.10/site-packages/sphinx_gallery/sphinx_compatibility.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__init__.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_backreferences.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_backreferences.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_binder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_binder.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_docs_resolv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_docs_resolv.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_full.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_full.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_full_noexec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_full_noexec.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_gen_gallery.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_gen_gallery.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_gen_rst.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_gen_rst.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_load_style.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_load_style.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_notebook.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_notebook.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_py_source_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_py_source_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_scrapers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_scrapers.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_sorting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_sorting.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_sphinx_compatibility.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_sphinx_compatibility.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/__pycache__/test_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/conftest.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_backreferences.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_binder.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_docs_resolv.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_full.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_full_noexec.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_gen_gallery.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_gen_rst.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_load_style.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_notebook.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_py_source_parser.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_scrapers.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_sorting.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_sphinx_compatibility.py
/usr/lib/python3.10/site-packages/sphinx_gallery/tests/test_utils.py
/usr/lib/python3.10/site-packages/sphinx_gallery/utils.py
/usr/share/doc/python3-sphinx-gallery
/usr/share/doc/python3-sphinx-gallery/README.rst
/usr/share/licenses/python3-sphinx-gallery
/usr/share/licenses/python3-sphinx-gallery/LICENSE

References

Summary

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