How to Install and Uninstall python3-azure-eventhub Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-azure-eventhub" package

Please follow the instructions below to install python3-azure-eventhub on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-azure-eventhub

2. Uninstall "python3-azure-eventhub" package

Here is a brief guide to show you how to uninstall python3-azure-eventhub on openSUSE Leap:

$ sudo zypper remove python3-azure-eventhub

3. Information about the python3-azure-eventhub package on openSUSE Leap

Information for package python3-azure-eventhub:
-----------------------------------------------
Repository : Main Repository
Name : python3-azure-eventhub
Version : 5.2.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 930.8 KiB
Installed : No
Status : not installed
Source package : python-azure-eventhub-5.2.0-3.3.1.src
Upstream URL : https://github.com/Azure/azure-sdk-for-python
Summary : Azure Event Hubs client library for Python
Description :
Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions
of events per second and stream them to multiple consumers. This lets you process and
analyze the massive amounts of data produced by your connected devices and applications.
Once Event Hubs has collected the data, you can retrieve, transform, and store it by using
any real-time analytics provider or with batching/storage adapters. If you would like to
know more about Azure Event Hubs, you may wish to review:
[What is Event Hubs](https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about)?
The Azure Event Hubs client library allows for publishing and consuming of Azure Event
Hubs events and may be used to:
- Emit telemetry about your application for business intelligence and diagnostic purposes.
- Publish facts about the state of your application which interested parties may observe
and use as a trigger for taking action.
- Observe interesting operations and interactions happening within your business or other
ecosystem, allowing loosely coupled systems to interact without the need to bind them together.
- Receive events from one or more publishers, transform them to better meet the needs of
your ecosystem, then publish the transformed events to a new stream for consumers to observe.