How to Install and Uninstall python312-wsproto Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python312-wsproto" package

This guide let you learn how to install python312-wsproto on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-wsproto

2. Uninstall "python312-wsproto" package

Please follow the step by step instructions below to uninstall python312-wsproto on openSuSE Tumbleweed:

$ sudo zypper remove python312-wsproto

3. Information about the python312-wsproto package on openSuSE Tumbleweed

Information for package python312-wsproto:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-wsproto
Version : 1.2.0-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 236.3 KiB
Installed : No
Status : not installed
Source package : python-wsproto-1.2.0-4.4.src
Upstream URL : https://pypi.python.org/pypi/wsproto
Summary : WebSockets state-machine based protocol implementation
Description :
This module contains a pure-Python implementation of a WebSocket
protocol stack. It's written from the ground up to be embeddable in
whatever program you choose to use, ensuring that you can
communicate via WebSockets, as defined in RFC6455
, regardless of your
programming paradigm.
This module does not provide a parsing layer, a network layer, or
any rules about concurrency. Instead, it's a purely in-memory
solution, defined in terms of data actions and WebSocket frames.
RFC6455 and Compression Extensions for WebSocket via RFC7692
are fully supported.