How To Install python3-pyte-docs on Fedora 36

In this tutorial we learn how to install python3-pyte-docs in Fedora 36. python3-pyte-docs is Documentation of API in Python module pyte

Introduction

In this tutorial we learn how to install python3-pyte-docs on Fedora 36.

What is python3-pyte-docs

This contains documentation of the API in Python module pyte.

We can use yum or dnf to install python3-pyte-docs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pyte-docs.

Install python3-pyte-docs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-pyte-docs using dnf by running the following command:

sudo dnf -y install python3-pyte-docs

Install python3-pyte-docs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-pyte-docs using yum by running the following command:

sudo yum -y install python3-pyte-docs

How To Uninstall python3-pyte-docs on Fedora 36

To uninstall only the python3-pyte-docs package we can use the following command:

sudo dnf remove python3-pyte-docs

python3-pyte-docs Package Contents on Fedora 36

/usr/share/doc/python3-pyte-docs
/usr/share/doc/python3-pyte-docs/examples
/usr/share/doc/python3-pyte-docs/examples/capture.py
/usr/share/doc/python3-pyte-docs/examples/debug.py
/usr/share/doc/python3-pyte-docs/examples/helloworld.py
/usr/share/doc/python3-pyte-docs/examples/history.py
/usr/share/doc/python3-pyte-docs/examples/nanoterm.py
/usr/share/doc/python3-pyte-docs/examples/static
/usr/share/doc/python3-pyte-docs/examples/static/base16-eighties-dark.css
/usr/share/doc/python3-pyte-docs/examples/static/index.html
/usr/share/doc/python3-pyte-docs/examples/static/webterm.js
/usr/share/doc/python3-pyte-docs/examples/webterm.py
/usr/share/doc/python3-pyte-docs/html
/usr/share/doc/python3-pyte-docs/html/.buildinfo
/usr/share/doc/python3-pyte-docs/html/_sources
/usr/share/doc/python3-pyte-docs/html/_sources/api.rst.txt
/usr/share/doc/python3-pyte-docs/html/_sources/changelog.rst.txt
/usr/share/doc/python3-pyte-docs/html/_sources/index.rst.txt
/usr/share/doc/python3-pyte-docs/html/_sources/tutorial.rst.txt
/usr/share/doc/python3-pyte-docs/html/_static
/usr/share/doc/python3-pyte-docs/html/_static/basic.css
/usr/share/doc/python3-pyte-docs/html/_static/classic.css
/usr/share/doc/python3-pyte-docs/html/_static/doctools.js
/usr/share/doc/python3-pyte-docs/html/_static/documentation_options.js
/usr/share/doc/python3-pyte-docs/html/_static/file.png
/usr/share/doc/python3-pyte-docs/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-pyte-docs/html/_static/jquery.js
/usr/share/doc/python3-pyte-docs/html/_static/language_data.js
/usr/share/doc/python3-pyte-docs/html/_static/minus.png
/usr/share/doc/python3-pyte-docs/html/_static/plus.png
/usr/share/doc/python3-pyte-docs/html/_static/pygments.css
/usr/share/doc/python3-pyte-docs/html/_static/searchtools.js
/usr/share/doc/python3-pyte-docs/html/_static/sidebar.js
/usr/share/doc/python3-pyte-docs/html/_static/underscore-1.13.1.js
/usr/share/doc/python3-pyte-docs/html/_static/underscore.js
/usr/share/doc/python3-pyte-docs/html/api.html
/usr/share/doc/python3-pyte-docs/html/changelog.html
/usr/share/doc/python3-pyte-docs/html/genindex.html
/usr/share/doc/python3-pyte-docs/html/index.html
/usr/share/doc/python3-pyte-docs/html/objects.inv
/usr/share/doc/python3-pyte-docs/html/py-modindex.html
/usr/share/doc/python3-pyte-docs/html/search.html
/usr/share/doc/python3-pyte-docs/html/searchindex.js
/usr/share/doc/python3-pyte-docs/html/tutorial.html
/usr/share/licenses/python3-pyte-docs
/usr/share/licenses/python3-pyte-docs/LICENSE

References

Summary

In this tutorial we learn how to install python3-pyte-docs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).