How to Install and Uninstall python3-kafka Package on Kali Linux

Last updated: May 08,2024

1. Install "python3-kafka" package

This guide let you learn how to install python3-kafka on Kali Linux

$ sudo apt update $ sudo apt install python3-kafka

2. Uninstall "python3-kafka" package

In this section, we are going to explain the necessary steps to uninstall python3-kafka on Kali Linux:

$ sudo apt remove python3-kafka $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-kafka package on Kali Linux

Package: python3-kafka
Source: python-kafka
Version: 2.0.2-2
Installed-Size: 1921
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Suggests: python-kafka-doc, python3-six
Size: 180868
SHA256: 270e962c7b0aa58b468278968c2002873bcd3dd3ea490c9e4ffb9a5935dc8029
SHA1: 6f02303d3c3234769184b427b341005594cea8ba
MD5sum: ccc481b52b855f0aef2f14817f2ab4d8
Description: Pure Python client for Apache Kafka - Python 3.x
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.
.
This package contains the Python 3.x module.
Description-md5: 9e85b7660667257ec7878e23f22ec996
Homepage: https://github.com/mumrah/kafka-python
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-kafka/python3-kafka_2.0.2-2_all.deb