How to Install and Uninstall librdkafka.i686 Package on CentOS 8 / RHEL 8

Last updated: November 01,2024

1. Install "librdkafka.i686" package

This tutorial shows how to install librdkafka.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install librdkafka.i686

2. Uninstall "librdkafka.i686" package

Please follow the step by step instructions below to uninstall librdkafka.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove librdkafka.i686 $ sudo dnf autoremove

3. Information about the librdkafka.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:45:41 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : librdkafka
Version : 0.11.4
Release : 1.el8
Architecture : i686
Size : 380 k
Source : librdkafka-0.11.4-1.el8.src.rpm
Repository : appstream
Summary : The Apache Kafka C library
URL : https://github.com/edenhill/librdkafka
License : BSD
Description : Librdkafka is a C/C++ library implementation of the Apache Kafka protocol,
: containing both Producer and Consumer support.
: It was designed with message delivery reliability and high performance in mind,
: current figures exceed 800000 messages/second for the producer and 3 million
: messages/second for the consumer.