How to Install and Uninstall python39-azure-messaging-webpubsubclient Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python39-azure-messaging-webpubsubclient" package

Please follow the step by step instructions below to install python39-azure-messaging-webpubsubclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-azure-messaging-webpubsubclient

2. Uninstall "python39-azure-messaging-webpubsubclient" package

In this section, we are going to explain the necessary steps to uninstall python39-azure-messaging-webpubsubclient on openSuSE Tumbleweed:

$ sudo zypper remove python39-azure-messaging-webpubsubclient

3. Information about the python39-azure-messaging-webpubsubclient package on openSuSE Tumbleweed

Information for package python39-azure-messaging-webpubsubclient:
-----------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-azure-messaging-webpubsubclient
Version : 1.0.0~b1-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 180.4 KiB
Installed : No
Status : not installed
Source package : python-azure-messaging-webpubsubclient-1.0.0~b1-1.6.src
Upstream URL : https://github.com/Azure/azure-sdk-for-python
Summary : Microsoft Azure Web PubSub Client Library for Python
Description :
Azure Web PubSub is a cloud service that helps developers easily build real-time features
in web applications with publish-subscribe patterns at scale.
Any scenario that requires real-time messaging between server and clients or among clients
following publish-subscribe patterns can benefit from using Web PubSub. Developers no longer
need to poll the server by sending repeated HTTP requests at intervals, which is wasteful
and hard-to-scale.
As shown in the diagram below, your clients establish WebSocket connections with your Web
PubSub resource. This client library:
* simplifies managing client connections
* simplifies sending messages among clients
* automatically retries after unintended drops of client connection
* reliably deliveries messages in number and in order after recovering from connection drops