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

Last updated: May 11,2024

1. Install "python3-pykafka" package

In this section, we are going to explain the necessary steps to install python3-pykafka on Kali Linux

$ sudo apt update $ sudo apt install python3-pykafka

2. Uninstall "python3-pykafka" package

Please follow the guidance below to uninstall python3-pykafka on Kali Linux:

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

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

Package: python3-pykafka
Source: pykafka (2.7.0-2)
Version: 2.7.0-2+b1
Installed-Size: 530
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3-kazoo, python3-six (>= 1.5), python3-tabulate, python3 (<< 3.11), python3 (>= 3.10~), python3:any, libc6 (>= 2.4), librdkafka1 (>= 0.9.1)
Suggests: python3-gevent, python3-lz4 (>= 0.10.1), python3-lz4tools, python3-xxhash
Size: 97664
SHA256: 9e5dfaee2dd1521b485c35a01020bde27dd302453ccb642775895e1775c08b62
SHA1: 49eb4e319f40f57bf3b4f7efce132dd691c365c1
MD5sum: 0965ffe692904263bf66c4679bf694e1
Description: PyKafka is Kafka client for Python.
PyKafka is a programmer-friendly Kafka client for Python.
It includes Python implementations of Kafka producers and
consumers, which are optionally backed by a C extension built
on librdkafka. It runs under Python 2.7+, Python 3.4+, and
PyPy, and supports versions of Kafka 0.8.2 and newer.
.
PyKafka's primary goal is to provide a similar level of
abstraction to the JVM Kafka client using idioms familiar
to Python programmers and exposing the most Pythonic API possible.
Description-md5: e422a7b1ba5ff7f278c39dbdc378c9da
Homepage: https://github.com/Parsely/pykafka
Section: python
Priority: optional
Filename: pool/main/p/pykafka/python3-pykafka_2.7.0-2+b1_amd64.deb