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

Last updated: May 18,2024

1. Install "python38-websockets" package

Please follow the instructions below to install python38-websockets on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-websockets

2. Uninstall "python38-websockets" package

Please follow the instructions below to uninstall python38-websockets on openSuSE Tumbleweed:

$ sudo zypper remove python38-websockets

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

Information for package python38-websockets:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-websockets
Version : 10.0-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 805,1 KiB
Installed : No
Status : not installed
Source package : python-websockets-10.0-3.1.src
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.