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

Last updated: May 17,2024

1. Install "python2-azure-eventhub" package

Please follow the steps below to install python2-azure-eventhub on openSUSE Leap

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

2. Uninstall "python2-azure-eventhub" package

This guide covers the steps necessary to uninstall python2-azure-eventhub on openSUSE Leap:

$ sudo zypper remove python2-azure-eventhub

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

Information for package python2-azure-eventhub:
-----------------------------------------------
Repository : Main Repository
Name : python2-azure-eventhub
Version : 5.2.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 587,7 KiB
Installed : No
Status : not installed
Source package : python-azure-eventhub-5.2.0-3.3.1.src
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.