How to Install and Uninstall python310-websockets Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python310-websockets" package
This guide let you learn how to install python310-websockets on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-websockets
Copied
2. Uninstall "python310-websockets" package
Please follow the steps below to uninstall python310-websockets on openSuSE Tumbleweed:
$
sudo zypper remove
python310-websockets
Copied
3. Information about the python310-websockets package on openSuSE Tumbleweed
Information for package python310-websockets:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-websockets
Version : 12.0-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 959.6 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.
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-websockets
Version : 12.0-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 959.6 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.