How To Install python-importlib-resources-doc on Rocky Linux 8

In this tutorial we learn how to install python-importlib-resources-doc on Rocky Linux 8. python-importlib-resources-doc is importlib_resources documentation

Introduction

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

What is python-importlib-resources-doc

Documentation for importlib_resources

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

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

sudo dnf -y install python-importlib-resources-doc

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

sudo yum -y install python-importlib-resources-doc

How To Uninstall python-importlib-resources-doc on Rocky Linux 8

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

sudo dnf remove python-importlib-resources-doc

python-importlib-resources-doc Package Contents on Rocky Linux 8

/usr/share/doc/python-importlib-resources-doc
/usr/share/doc/python-importlib-resources-doc/html
/usr/share/doc/python-importlib-resources-doc/html/_sources
/usr/share/doc/python-importlib-resources-doc/html/_sources/changelog.rst.txt
/usr/share/doc/python-importlib-resources-doc/html/_sources/index.rst.txt
/usr/share/doc/python-importlib-resources-doc/html/_sources/migration.rst.txt
/usr/share/doc/python-importlib-resources-doc/html/_sources/using.rst.txt
/usr/share/doc/python-importlib-resources-doc/html/_static
/usr/share/doc/python-importlib-resources-doc/html/_static/ajax-loader.gif
/usr/share/doc/python-importlib-resources-doc/html/_static/basic.css
/usr/share/doc/python-importlib-resources-doc/html/_static/classic.css
/usr/share/doc/python-importlib-resources-doc/html/_static/comment-bright.png
/usr/share/doc/python-importlib-resources-doc/html/_static/comment-close.png
/usr/share/doc/python-importlib-resources-doc/html/_static/comment.png
/usr/share/doc/python-importlib-resources-doc/html/_static/default.css
/usr/share/doc/python-importlib-resources-doc/html/_static/doctools.js
/usr/share/doc/python-importlib-resources-doc/html/_static/documentation_options.js
/usr/share/doc/python-importlib-resources-doc/html/_static/down-pressed.png
/usr/share/doc/python-importlib-resources-doc/html/_static/down.png
/usr/share/doc/python-importlib-resources-doc/html/_static/file.png
/usr/share/doc/python-importlib-resources-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/python-importlib-resources-doc/html/_static/jquery.js
/usr/share/doc/python-importlib-resources-doc/html/_static/minus.png
/usr/share/doc/python-importlib-resources-doc/html/_static/plus.png
/usr/share/doc/python-importlib-resources-doc/html/_static/pygments.css
/usr/share/doc/python-importlib-resources-doc/html/_static/searchtools.js
/usr/share/doc/python-importlib-resources-doc/html/_static/sidebar.js
/usr/share/doc/python-importlib-resources-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/python-importlib-resources-doc/html/_static/underscore.js
/usr/share/doc/python-importlib-resources-doc/html/_static/up-pressed.png
/usr/share/doc/python-importlib-resources-doc/html/_static/up.png
/usr/share/doc/python-importlib-resources-doc/html/_static/websupport.js
/usr/share/doc/python-importlib-resources-doc/html/changelog.html
/usr/share/doc/python-importlib-resources-doc/html/genindex.html
/usr/share/doc/python-importlib-resources-doc/html/index.html
/usr/share/doc/python-importlib-resources-doc/html/migration.html
/usr/share/doc/python-importlib-resources-doc/html/objects.inv
/usr/share/doc/python-importlib-resources-doc/html/search.html
/usr/share/doc/python-importlib-resources-doc/html/searchindex.js
/usr/share/doc/python-importlib-resources-doc/html/using.html
/usr/share/licenses/python-importlib-resources-doc
/usr/share/licenses/python-importlib-resources-doc/LICENSE

References

Summary

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