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

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

Introduction

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

What is python-pkginfo-doc

This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distribution (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG-INFO directory of an installed distribution, and the *.egg-info stored in a “development checkout” (e.g, created by running setup.py develop). This package contains the documentation.

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

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

sudo dnf -y install python-pkginfo-doc

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

sudo yum -y install python-pkginfo-doc

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

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

sudo dnf remove python-pkginfo-doc

python-pkginfo-doc Package Contents on Rocky Linux 8

/usr/share/doc/python-pkginfo-doc
/usr/share/doc/python-pkginfo-doc/html
/usr/share/doc/python-pkginfo-doc/html/_sources
/usr/share/doc/python-pkginfo-doc/html/_sources/distributions.rst.txt
/usr/share/doc/python-pkginfo-doc/html/_sources/index.rst.txt
/usr/share/doc/python-pkginfo-doc/html/_sources/indexes.rst.txt
/usr/share/doc/python-pkginfo-doc/html/_sources/metadata.rst.txt
/usr/share/doc/python-pkginfo-doc/html/_static
/usr/share/doc/python-pkginfo-doc/html/_static/ajax-loader.gif
/usr/share/doc/python-pkginfo-doc/html/_static/alabaster.css
/usr/share/doc/python-pkginfo-doc/html/_static/basic.css
/usr/share/doc/python-pkginfo-doc/html/_static/comment-bright.png
/usr/share/doc/python-pkginfo-doc/html/_static/comment-close.png
/usr/share/doc/python-pkginfo-doc/html/_static/comment.png
/usr/share/doc/python-pkginfo-doc/html/_static/custom.css
/usr/share/doc/python-pkginfo-doc/html/_static/doctools.js
/usr/share/doc/python-pkginfo-doc/html/_static/documentation_options.js
/usr/share/doc/python-pkginfo-doc/html/_static/down-pressed.png
/usr/share/doc/python-pkginfo-doc/html/_static/down.png
/usr/share/doc/python-pkginfo-doc/html/_static/file.png
/usr/share/doc/python-pkginfo-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/python-pkginfo-doc/html/_static/jquery.js
/usr/share/doc/python-pkginfo-doc/html/_static/minus.png
/usr/share/doc/python-pkginfo-doc/html/_static/plus.png
/usr/share/doc/python-pkginfo-doc/html/_static/pygments.css
/usr/share/doc/python-pkginfo-doc/html/_static/searchtools.js
/usr/share/doc/python-pkginfo-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/python-pkginfo-doc/html/_static/underscore.js
/usr/share/doc/python-pkginfo-doc/html/_static/up-pressed.png
/usr/share/doc/python-pkginfo-doc/html/_static/up.png
/usr/share/doc/python-pkginfo-doc/html/_static/websupport.js
/usr/share/doc/python-pkginfo-doc/html/distributions.html
/usr/share/doc/python-pkginfo-doc/html/genindex.html
/usr/share/doc/python-pkginfo-doc/html/index.html
/usr/share/doc/python-pkginfo-doc/html/indexes.html
/usr/share/doc/python-pkginfo-doc/html/metadata.html
/usr/share/doc/python-pkginfo-doc/html/objects.inv
/usr/share/doc/python-pkginfo-doc/html/search.html
/usr/share/doc/python-pkginfo-doc/html/searchindex.js
/usr/share/licenses/python-pkginfo-doc
/usr/share/licenses/python-pkginfo-doc/LICENSE.txt

References

Summary

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