How to Install and Uninstall python3-websockets Package on openSUSE Leap
Last updated: November 25,2024
1. Install "python3-websockets" package
Learn how to install python3-websockets on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-websockets
Copied
2. Uninstall "python3-websockets" package
In this section, we are going to explain the necessary steps to uninstall python3-websockets on openSUSE Leap:
$
sudo zypper remove
python3-websockets
Copied
3. Information about the python3-websockets package on openSUSE Leap
Information for package python3-websockets:
-------------------------------------------
Repository : Main Repository
Name : python3-websockets
Version : 8.1-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 543.0 KiB
Installed : No
Status : not installed
Source package : python-websockets-8.1-bp155.2.12.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 : Main Repository
Name : python3-websockets
Version : 8.1-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 543.0 KiB
Installed : No
Status : not installed
Source package : python-websockets-8.1-bp155.2.12.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.