How to Install and Uninstall python3-kafka Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python3-kafka" package

Please follow the steps below to install python3-kafka on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-kafka

2. Uninstall "python3-kafka" package

Please follow the step by step instructions below to uninstall python3-kafka on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-kafka package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-kafka
Priority: optional
Section: universe/python
Installed-Size: 202
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-kafka
Version: 0.9.3-2
Depends: python3-six, python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-kafka-doc
Filename: pool/universe/p/python-kafka/python3-kafka_0.9.3-2_all.deb
Size: 32588
MD5sum: 0b449c583185672b89d2b35af3de3d93
SHA1: 8f1918fd2174092094da3d9644372bb6f2a54c23
SHA256: 17ed77f5624d6d061c29af60a25fd11a41301e75d8c64c6d1accb21bd04d53fa
Description-en: 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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu