How to Install and Uninstall librdkafka1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "librdkafka1" package

This tutorial shows how to install librdkafka1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librdkafka1

2. Uninstall "librdkafka1" package

This guide let you learn how to uninstall librdkafka1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove librdkafka1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librdkafka1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librdkafka1
Priority: optional
Section: universe/libs
Installed-Size: 221
Maintainer: Ubuntu Developers
Original-Maintainer: Faidon Liambotis
Architecture: amd64
Source: librdkafka
Version: 0.8.6-1.1
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.2)
Filename: pool/universe/libr/librdkafka/librdkafka1_0.8.6-1.1_amd64.deb
Size: 87658
MD5sum: d567ff1ea8f4f3e76dc1f6c091cff5d4
SHA1: 5905c814296c424d613ad9ba9108214ce8872c8b
SHA256: a9c7f50697d75c9b8f04c7f3ed773c595068a1caee87c8167408b62db9d47eb4
Description-en: library implementing the Apache Kafka protocol
librdkafka is a C implementation of the Apache Kafka protocol. It currently
implements the 0.8 version of the protocol and can be used to develop both
Producers and Consumers.
.
More information about Apache Kafka can be found at http://kafka.apache.org/
Description-md5: 1432d1f5fee74b8d6aadb2e8299c4c39
Multi-Arch: same
Homepage: https://github.com/edenhill/librdkafka
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu