How to Install and Uninstall python311-wsproto Package on openSUSE Leap
Last updated: November 07,2024
1. Install "python311-wsproto" package
Please follow the guidelines below to install python311-wsproto on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-wsproto
Copied
2. Uninstall "python311-wsproto" package
Please follow the steps below to uninstall python311-wsproto on openSUSE Leap:
$
sudo zypper remove
python311-wsproto
Copied
3. Information about the python311-wsproto package on openSUSE Leap
Information for package python311-wsproto:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-wsproto
Version : 1.2.0-150400.9.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 177.6 KiB
Installed : No
Status : not installed
Source package : python-wsproto-1.2.0-150400.9.3.9.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.
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-wsproto
Version : 1.2.0-150400.9.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 177.6 KiB
Installed : No
Status : not installed
Source package : python-wsproto-1.2.0-150400.9.3.9.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
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