How To Install python-pygraphviz-doc on Rocky Linux 8

In this tutorial we learn how to install python-pygraphviz-doc on Rocky Linux 8. python-pygraphviz-doc is Documentation for pygraphviz

Introduction

In this tutorial we learn how to install python-pygraphviz-doc on Rocky Linux 8.

What is python-pygraphviz-doc

Documentation for PyGraphViz.

We can use yum or dnf to install python-pygraphviz-doc on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python-pygraphviz-doc.

Install python-pygraphviz-doc 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 python-pygraphviz-doc using dnf by running the following command:

sudo dnf -y install python-pygraphviz-doc

Install python-pygraphviz-doc 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 python-pygraphviz-doc using yum by running the following command:

sudo yum -y install python-pygraphviz-doc

How To Uninstall python-pygraphviz-doc on Rocky Linux 8

To uninstall only the python-pygraphviz-doc package we can use the following command:

sudo dnf remove python-pygraphviz-doc

python-pygraphviz-doc Package Contents on Rocky Linux 8

/usr/share/doc/python-pygraphviz
/usr/share/doc/python-pygraphviz/examples
/usr/share/doc/python-pygraphviz/examples/attributes.py
/usr/share/doc/python-pygraphviz/examples/django_simple.py
/usr/share/doc/python-pygraphviz/examples/miles.py
/usr/share/doc/python-pygraphviz/examples/simple.py
/usr/share/doc/python-pygraphviz/examples/star.py
/usr/share/doc/python-pygraphviz/examples/subgraph.py
/usr/share/doc/python-pygraphviz/examples/utf8_encoding.py
/usr/share/doc/python-pygraphviz/html
/usr/share/doc/python-pygraphviz/html/_static
/usr/share/doc/python-pygraphviz/html/_static/ajax-loader.gif
/usr/share/doc/python-pygraphviz/html/_static/alabaster.css
/usr/share/doc/python-pygraphviz/html/_static/basic.css
/usr/share/doc/python-pygraphviz/html/_static/comment-bright.png
/usr/share/doc/python-pygraphviz/html/_static/comment-close.png
/usr/share/doc/python-pygraphviz/html/_static/comment.png
/usr/share/doc/python-pygraphviz/html/_static/custom.css
/usr/share/doc/python-pygraphviz/html/_static/doctools.js
/usr/share/doc/python-pygraphviz/html/_static/documentation_options.js
/usr/share/doc/python-pygraphviz/html/_static/down-pressed.png
/usr/share/doc/python-pygraphviz/html/_static/down.png
/usr/share/doc/python-pygraphviz/html/_static/file.png
/usr/share/doc/python-pygraphviz/html/_static/jquery-3.2.1.js
/usr/share/doc/python-pygraphviz/html/_static/jquery.js
/usr/share/doc/python-pygraphviz/html/_static/minus.png
/usr/share/doc/python-pygraphviz/html/_static/opensearch.xml
/usr/share/doc/python-pygraphviz/html/_static/plus.png
/usr/share/doc/python-pygraphviz/html/_static/pygments.css
/usr/share/doc/python-pygraphviz/html/_static/searchtools.js
/usr/share/doc/python-pygraphviz/html/_static/underscore-1.3.1.js
/usr/share/doc/python-pygraphviz/html/_static/underscore.js
/usr/share/doc/python-pygraphviz/html/_static/up-pressed.png
/usr/share/doc/python-pygraphviz/html/_static/up.png
/usr/share/doc/python-pygraphviz/html/_static/websupport.js
/usr/share/doc/python-pygraphviz/html/download.html
/usr/share/doc/python-pygraphviz/html/examples.html
/usr/share/doc/python-pygraphviz/html/genindex.html
/usr/share/doc/python-pygraphviz/html/index.html
/usr/share/doc/python-pygraphviz/html/install.html
/usr/share/doc/python-pygraphviz/html/objects.inv
/usr/share/doc/python-pygraphviz/html/reference
/usr/share/doc/python-pygraphviz/html/reference/agraph.html
/usr/share/doc/python-pygraphviz/html/reference/api_notes.html
/usr/share/doc/python-pygraphviz/html/reference/credits.html
/usr/share/doc/python-pygraphviz/html/reference/faq.html
/usr/share/doc/python-pygraphviz/html/reference/history.html
/usr/share/doc/python-pygraphviz/html/reference/index.html
/usr/share/doc/python-pygraphviz/html/reference/legal.html
/usr/share/doc/python-pygraphviz/html/reference/news.html
/usr/share/doc/python-pygraphviz/html/reference/related.html
/usr/share/doc/python-pygraphviz/html/search.html
/usr/share/doc/python-pygraphviz/html/searchindex.js
/usr/share/doc/python-pygraphviz/html/tutorial.html
/usr/share/licenses/python-pygraphviz
/usr/share/licenses/python-pygraphviz/LICENSE

References

Summary

In this tutorial we learn how to install python-pygraphviz-doc on Rocky Linux 8 using yum and dnf.