How to Install and Uninstall python311-kafka-python Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python311-kafka-python" package

In this section, we are going to explain the necessary steps to install python311-kafka-python on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-kafka-python

2. Uninstall "python311-kafka-python" package

Please follow the guidance below to uninstall python311-kafka-python on openSuSE Tumbleweed:

$ sudo zypper remove python311-kafka-python

3. Information about the python311-kafka-python package on openSuSE Tumbleweed

Information for package python311-kafka-python:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-kafka-python
Version : 2.0.2-4.3
Arch : noarch
Vendor : openSUSE
Installed Size : 2.0 MiB
Installed : No
Status : not installed
Source package : python-kafka-python-2.0.2-4.3.src
Upstream URL : https://github.com/mumrah/kafka-python
Summary : Pure Python client for Apache Kafka
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.