How To Install python3-secretstorage-doc on Rocky Linux 8

In this tutorial we learn how to install python3-secretstorage-doc on Rocky Linux 8. python3-secretstorage-doc is SecretStorage documentation

Introduction

In this tutorial we learn how to install python3-secretstorage-doc on Rocky Linux 8.

What is python3-secretstorage-doc

Documentation for SecretStorage.

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

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

sudo dnf -y install python3-secretstorage-doc

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

sudo yum -y install python3-secretstorage-doc

How To Uninstall python3-secretstorage-doc on Rocky Linux 8

To uninstall only the python3-secretstorage-doc package we can use the following command:

sudo dnf remove python3-secretstorage-doc

python3-secretstorage-doc Package Contents on Rocky Linux 8

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

References

Summary

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