How To Install python3-ws4py on Fedora 36

In this tutorial we learn how to install python3-ws4py in Fedora 36. python3-ws4py is WebSocket client and server library

Introduction

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

What is python3-ws4py

WebSocket client and server library.

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

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

sudo dnf -y install python3-ws4py

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

sudo yum -y install python3-ws4py

How To Uninstall python3-ws4py on Fedora 36

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

sudo dnf remove python3-ws4py

python3-ws4py Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/ws4py
/usr/lib/python3.10/site-packages/ws4py-0.5.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/ws4py-0.5.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/ws4py-0.5.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/ws4py-0.5.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/ws4py-0.5.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/ws4py/__init__.py
/usr/lib/python3.10/site-packages/ws4py/__pycache__
/usr/lib/python3.10/site-packages/ws4py/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/async_websocket.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/async_websocket.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/exc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/exc.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/framing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/framing.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/messaging.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/messaging.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/streaming.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/streaming.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/utf8validator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/utf8validator.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/websocket.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/__pycache__/websocket.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/async_websocket.py
/usr/lib/python3.10/site-packages/ws4py/client
/usr/lib/python3.10/site-packages/ws4py/client/__init__.py
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__/geventclient.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__/geventclient.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__/threadedclient.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__/threadedclient.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__/tornadoclient.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/client/__pycache__/tornadoclient.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/client/geventclient.py
/usr/lib/python3.10/site-packages/ws4py/client/threadedclient.py
/usr/lib/python3.10/site-packages/ws4py/client/tornadoclient.py
/usr/lib/python3.10/site-packages/ws4py/compat.py
/usr/lib/python3.10/site-packages/ws4py/exc.py
/usr/lib/python3.10/site-packages/ws4py/framing.py
/usr/lib/python3.10/site-packages/ws4py/manager.py
/usr/lib/python3.10/site-packages/ws4py/messaging.py
/usr/lib/python3.10/site-packages/ws4py/server
/usr/lib/python3.10/site-packages/ws4py/server/__init__.py
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/cherrypyserver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/cherrypyserver.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/geventserver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/geventserver.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/tulipserver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/tulipserver.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/wsgirefserver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/wsgirefserver.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/wsgiutils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ws4py/server/__pycache__/wsgiutils.cpython-310.pyc
/usr/lib/python3.10/site-packages/ws4py/server/cherrypyserver.py
/usr/lib/python3.10/site-packages/ws4py/server/geventserver.py
/usr/lib/python3.10/site-packages/ws4py/server/tulipserver.py
/usr/lib/python3.10/site-packages/ws4py/server/wsgirefserver.py
/usr/lib/python3.10/site-packages/ws4py/server/wsgiutils.py
/usr/lib/python3.10/site-packages/ws4py/streaming.py
/usr/lib/python3.10/site-packages/ws4py/utf8validator.py
/usr/lib/python3.10/site-packages/ws4py/websocket.py
/usr/share/doc/python3-ws4py
/usr/share/doc/python3-ws4py/README.md
/usr/share/licenses/python3-ws4py
/usr/share/licenses/python3-ws4py/LICENSE

References

Summary

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