How To Install python-sphinx-theme-openlmi.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install python-sphinx-theme-openlmi.noarch
on Amazon Linux 2.
What is python-sphinx-theme-openlmi.noarch
python-sphinx-theme-openlmi contains Sphinx theme for OpenLMI provider documentation.
We can use yum
to install python-sphinx-theme-openlmi.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-sphinx-theme-openlmi.noarch.
Install python-sphinx-theme-openlmi.noarch on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python-sphinx-theme-openlmi.noarch
using yum
by running the following command:
sudo yum -y install python-sphinx-theme-openlmi.noarch
How To Uninstall python-sphinx-theme-openlmi.noarch on Amazon Linux 2
To uninstall only the python-sphinx-theme-openlmi.noarch
package we can use the following command:
sudo yum remove python-sphinx-theme-openlmi.noarch
python-sphinx-theme-openlmi.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/sphinx/themes/openlmitheme
/usr/lib/python2.7/site-packages/sphinx/themes/openlmitheme/README
/usr/lib/python2.7/site-packages/sphinx/themes/openlmitheme/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/openlmitheme/static
/usr/lib/python2.7/site-packages/sphinx/themes/openlmitheme/static/openlmi-logo.png
/usr/lib/python2.7/site-packages/sphinx/themes/openlmitheme/static/openlmi.css
/usr/lib/python2.7/site-packages/sphinx/themes/openlmitheme/theme.conf
/usr/share/doc/python-sphinx-theme-openlmi-0.5.0
/usr/share/doc/python-sphinx-theme-openlmi-0.5.0/COPYING
/usr/share/doc/python-sphinx-theme-openlmi-0.5.0/README
References
Summary
In this tutorial we learn how to install python-sphinx-theme-openlmi.noarch
on Amazon Linux 2 using yum.