How To Install python-websockify-doc on Fedora 36

In this tutorial we learn how to install python-websockify-doc in Fedora 36. python-websockify-doc is WSGI based adapter for the Websockets protocol - Python 3 version - documentation

Introduction

In this tutorial we learn how to install python-websockify-doc on Fedora 36.

What is python-websockify-doc

Python WSGI based adapter for the Websockets protocol - documentation

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

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

sudo dnf -y install python-websockify-doc

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

sudo yum -y install python-websockify-doc

How To Uninstall python-websockify-doc on Fedora 36

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

sudo dnf remove python-websockify-doc

python-websockify-doc Package Contents on Fedora 36

/usr/share/doc/python-websockify-doc
/usr/share/doc/python-websockify-doc/docs
/usr/share/doc/python-websockify-doc/docs/latency_results.txt
/usr/share/doc/python-websockify-doc/docs/notes
/usr/share/doc/python-websockify-doc/docs/release.txt
/usr/share/doc/python-websockify-doc/docs/websockify.1
/usr/share/licenses/python-websockify-doc
/usr/share/licenses/python-websockify-doc/COPYING

References

Summary

In this tutorial we learn how to install python-websockify-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).