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

In this tutorial we learn how to install python-filelock-doc on Rocky Linux 8. python-filelock-doc is Documentation for filelock, A platform independent file lock

Introduction

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

What is python-filelock-doc

Documentation for filelock, A platform independent file lock

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

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

sudo dnf -y install python-filelock-doc

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

sudo yum -y install python-filelock-doc

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

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

sudo dnf remove python-filelock-doc

python-filelock-doc Package Contents on Rocky Linux 8

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

References

Summary

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