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

Last updated: May 20,2024

1. Install "python39-websockets" package

This is a short guide on how to install python39-websockets on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-websockets

2. Uninstall "python39-websockets" package

This is a short guide on how to uninstall python39-websockets on openSuSE Tumbleweed:

$ sudo zypper remove python39-websockets

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

Information for package python39-websockets:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-websockets
Version : 12.0-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 952.3 KiB
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.