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

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

Introduction

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

What is python-treq-doc

Documentation for treq

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

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

sudo dnf -y install python-treq-doc

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

sudo yum -y install python-treq-doc

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

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

sudo dnf remove python-treq-doc

python-treq-doc Package Contents on Rocky Linux 8

/usr/share/doc/python-treq-doc
/usr/share/doc/python-treq-doc/html
/usr/share/doc/python-treq-doc/html/_downloads
/usr/share/doc/python-treq-doc/html/_downloads/basic_auth.py
/usr/share/doc/python-treq-doc/html/_downloads/basic_get.py
/usr/share/doc/python-treq-doc/html/_downloads/basic_post.py
/usr/share/doc/python-treq-doc/html/_downloads/disable_redirects.py
/usr/share/doc/python-treq-doc/html/_downloads/download_file.py
/usr/share/doc/python-treq-doc/html/_downloads/query_params.py
/usr/share/doc/python-treq-doc/html/_downloads/redirects.py
/usr/share/doc/python-treq-doc/html/_downloads/response_history.py
/usr/share/doc/python-treq-doc/html/_downloads/testing_seq.py
/usr/share/doc/python-treq-doc/html/_downloads/using_cookies.py
/usr/share/doc/python-treq-doc/html/_modules
/usr/share/doc/python-treq-doc/html/_modules/index.html
/usr/share/doc/python-treq-doc/html/_modules/treq
/usr/share/doc/python-treq-doc/html/_modules/treq/api.html
/usr/share/doc/python-treq-doc/html/_modules/treq/client.html
/usr/share/doc/python-treq-doc/html/_modules/treq/content.html
/usr/share/doc/python-treq-doc/html/_modules/treq/multipart.html
/usr/share/doc/python-treq-doc/html/_modules/treq/response.html
/usr/share/doc/python-treq-doc/html/_modules/treq/testing.html
/usr/share/doc/python-treq-doc/html/_modules/twisted
/usr/share/doc/python-treq-doc/html/_modules/twisted/python
/usr/share/doc/python-treq-doc/html/_modules/twisted/python/components.html
/usr/share/doc/python-treq-doc/html/_sources
/usr/share/doc/python-treq-doc/html/_sources/api.rst.txt
/usr/share/doc/python-treq-doc/html/_sources/howto.rst.txt
/usr/share/doc/python-treq-doc/html/_sources/index.rst.txt
/usr/share/doc/python-treq-doc/html/_sources/testing.rst.txt
/usr/share/doc/python-treq-doc/html/_static
/usr/share/doc/python-treq-doc/html/_static/ajax-loader.gif
/usr/share/doc/python-treq-doc/html/_static/basic.css
/usr/share/doc/python-treq-doc/html/_static/classic.css
/usr/share/doc/python-treq-doc/html/_static/comment-bright.png
/usr/share/doc/python-treq-doc/html/_static/comment-close.png
/usr/share/doc/python-treq-doc/html/_static/comment.png
/usr/share/doc/python-treq-doc/html/_static/default.css
/usr/share/doc/python-treq-doc/html/_static/doctools.js
/usr/share/doc/python-treq-doc/html/_static/documentation_options.js
/usr/share/doc/python-treq-doc/html/_static/down-pressed.png
/usr/share/doc/python-treq-doc/html/_static/down.png
/usr/share/doc/python-treq-doc/html/_static/file.png
/usr/share/doc/python-treq-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/python-treq-doc/html/_static/jquery.js
/usr/share/doc/python-treq-doc/html/_static/minus.png
/usr/share/doc/python-treq-doc/html/_static/plus.png
/usr/share/doc/python-treq-doc/html/_static/pygments.css
/usr/share/doc/python-treq-doc/html/_static/searchtools.js
/usr/share/doc/python-treq-doc/html/_static/sidebar.js
/usr/share/doc/python-treq-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/python-treq-doc/html/_static/underscore.js
/usr/share/doc/python-treq-doc/html/_static/up-pressed.png
/usr/share/doc/python-treq-doc/html/_static/up.png
/usr/share/doc/python-treq-doc/html/_static/websupport.js
/usr/share/doc/python-treq-doc/html/api.html
/usr/share/doc/python-treq-doc/html/genindex.html
/usr/share/doc/python-treq-doc/html/howto.html
/usr/share/doc/python-treq-doc/html/index.html
/usr/share/doc/python-treq-doc/html/objects.inv
/usr/share/doc/python-treq-doc/html/py-modindex.html
/usr/share/doc/python-treq-doc/html/search.html
/usr/share/doc/python-treq-doc/html/searchindex.js
/usr/share/doc/python-treq-doc/html/testing.html
/usr/share/licenses/python-treq-doc
/usr/share/licenses/python-treq-doc/LICENSE

References

Summary

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