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

Last updated: October 05,2024

1. Install "python312-websockets" package

This tutorial shows how to install python312-websockets on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-websockets

2. Uninstall "python312-websockets" package

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

$ sudo zypper remove python312-websockets

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

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