How To Install python3-sphinx-press-theme on Fedora 36

In this tutorial we learn how to install python3-sphinx-press-theme in Fedora 36. python3-sphinx-press-theme is A Sphinx-doc theme based on Vuepress

Introduction

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

What is python3-sphinx-press-theme

A modern responsive theme for python’s Sphinx documentation generator. See it in action on Press Theme own website. This theme is based on VuePress.

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

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

sudo dnf -y install python3-sphinx-press-theme

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

sudo yum -y install python3-sphinx-press-theme

How To Uninstall python3-sphinx-press-theme on Fedora 36

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

sudo dnf remove python3-sphinx-press-theme

python3-sphinx-press-theme Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/sphinx_press_theme
/usr/lib/python3.10/site-packages/sphinx_press_theme-0.5.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/sphinx_press_theme-0.5.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/sphinx_press_theme-0.5.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/sphinx_press_theme-0.5.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/sphinx_press_theme-0.5.1-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/sphinx_press_theme-0.5.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/sphinx_press_theme-0.5.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/sphinx_press_theme/__init__.py
/usr/lib/python3.10/site-packages/sphinx_press_theme/__pycache__
/usr/lib/python3.10/site-packages/sphinx_press_theme/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sphinx_press_theme/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinx_press_theme/domainindex.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/genindex.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/layout.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/page.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/search.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/static
/usr/lib/python3.10/site-packages/sphinx_press_theme/static/sphinx_press_theme.css
/usr/lib/python3.10/site-packages/sphinx_press_theme/static/theme-vendors.js
/usr/lib/python3.10/site-packages/sphinx_press_theme/static/theme.css
/usr/lib/python3.10/site-packages/sphinx_press_theme/static/theme.js
/usr/lib/python3.10/site-packages/sphinx_press_theme/theme.conf
/usr/lib/python3.10/site-packages/sphinx_press_theme/util
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/bodyheader.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/extlinks.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/footer.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/linktags.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/navbar.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/navlinks.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/pagenav.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/searchbox.html
/usr/lib/python3.10/site-packages/sphinx_press_theme/util/sidetoc.html
/usr/share/doc/python3-sphinx-press-theme
/usr/share/doc/python3-sphinx-press-theme/README.md

References

Summary

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