How to Install and Uninstall python3-kafka.noarch Package on Fedora 38

Last updated: September 25,2024

1. Install "python3-kafka.noarch" package

Here is a brief guide to show you how to install python3-kafka.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-kafka.noarch

2. Uninstall "python3-kafka.noarch" package

This guide covers the steps necessary to uninstall python3-kafka.noarch on Fedora 38:

$ sudo dnf remove python3-kafka.noarch $ sudo dnf autoremove

3. Information about the python3-kafka.noarch package on Fedora 38

Last metadata expiration check: 1:18:10 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-kafka
Version : 2.0.2
Release : 9.fc38
Architecture : noarch
Size : 561 k
Source : python-kafka-2.0.2-9.fc38.src.rpm
Repository : fedora
Summary : Pure Python client for Apache Kafka
URL : https://github.com/dpkp/kafka-python
License : ASL 2.0
Description : This module provides low-level protocol support for Apache Kafka as well as
: high-level consumer and producer classes. Request batching is supported by the
: protocol as well as broker-aware request routing. Gzip and Snappy compression
: is also supported for message sets.