How To Install python3-sphinx_lv2_theme on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-sphinx_lv2_theme
on Rocky Linux 8.
What is python3-sphinx_lv2_theme
This is a minimal pure-CSS theme for Sphinx that uses the documentation style of the LV2 plugin specification and related projects. This theme is geared toward producing beautiful API documentation for C, C++, and Python that is documented using the standard Sphinx domains. The output does not use Javascript at all, and some common features are not implemented, so this theme should not be considered a drop-in replacement for typical Sphinx themes.
We can use yum
or dnf
to install python3-sphinx_lv2_theme
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-sphinx_lv2_theme.
Install python3-sphinx_lv2_theme on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-sphinx_lv2_theme
using dnf
by running the following command:
sudo dnf -y install python3-sphinx_lv2_theme
Install python3-sphinx_lv2_theme on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-sphinx_lv2_theme
using yum
by running the following command:
sudo yum -y install python3-sphinx_lv2_theme
How To Uninstall python3-sphinx_lv2_theme on Rocky Linux 8
To uninstall only the python3-sphinx_lv2_theme
package we can use the following command:
sudo dnf remove python3-sphinx_lv2_theme
python3-sphinx_lv2_theme Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/sphinx_lv2_theme
/usr/lib/python3.6/site-packages/sphinx_lv2_theme-1.0.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/sphinx_lv2_theme-1.0.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/sphinx_lv2_theme-1.0.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/sphinx_lv2_theme-1.0.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/sphinx_lv2_theme-1.0.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/sphinx_lv2_theme-1.0.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/sphinx_lv2_theme-1.0.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/__init__.py
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/__pycache__
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/domainindex.html
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/genindex.html
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/globaltoc.html
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/layout.html
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/localtoc.html
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/page.html
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/search.html
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/static
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/static/pygments.css
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/static/sphinx_lv2_theme.css_t
/usr/lib/python3.6/site-packages/sphinx_lv2_theme/theme.conf
/usr/share/doc/python3-sphinx_lv2_theme
/usr/share/doc/python3-sphinx_lv2_theme/README.md
/usr/share/licenses/python3-sphinx_lv2_theme
/usr/share/licenses/python3-sphinx_lv2_theme/LICENSE
References
Summary
In this tutorial we learn how to install python3-sphinx_lv2_theme
on Rocky Linux 8 using yum and dnf.