How to Install and Uninstall python311-websockets Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python311-websockets" package

In this section, we are going to explain the necessary steps to install python311-websockets on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-websockets

2. Uninstall "python311-websockets" package

Please follow the steps below to uninstall python311-websockets on openSuSE Tumbleweed:

$ sudo zypper remove python311-websockets

3. Information about the python311-websockets package on openSuSE Tumbleweed

Information for package python311-websockets:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-websockets
Version : 12.0-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-websockets-12.0-2.5.src
Upstream URL : https://github.com/aaugustin/websockets
Summary : An implementation of the WebSocket Protocol (RFC 6455)
Description :
WebSockets is a library for developing WebSocket servers_ and clients_ in
Python. It implements RFC 6455 with a focus on correctness and simplicity.
It passes the Autobahn Testsuite.
Built on top of Python's asynchronous I/O support introduced in PEP 3156,
it provides an API based on coroutines, making it easy to write highly
concurrent applications.

5. The same packages on other Linux Distributions