How to Install and Uninstall python3-azure-eventhub.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "python3-azure-eventhub.noarch" package

Please follow the instructions below to install python3-azure-eventhub.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-azure-eventhub.noarch

2. Uninstall "python3-azure-eventhub.noarch" package

Please follow the guidelines below to uninstall python3-azure-eventhub.noarch on Fedora 39:

$ sudo dnf remove python3-azure-eventhub.noarch $ sudo dnf autoremove

3. Information about the python3-azure-eventhub.noarch package on Fedora 39

Last metadata expiration check: 4:29:20 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-azure-eventhub
Version : 5.11.3
Release : 2.fc39
Architecture : noarch
Size : 490 k
Source : python-azure-eventhub-5.11.3-2.fc39.src.rpm
Repository : fedora
Summary : Microsoft Azure Event Hubs Client Library for Python
URL : https://github.com/Azure/azure-sdk-for-python
License : MIT
Description : 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.