How to Install and Uninstall librdkafka.i686 Package on CentOS Stream 9

Last updated: June 03,2024

1. Install "librdkafka.i686" package

Learn how to install librdkafka.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install librdkafka.i686

2. Uninstall "librdkafka.i686" package

Please follow the instructions below to uninstall librdkafka.i686 on CentOS Stream 9:

$ sudo dnf remove librdkafka.i686 $ sudo dnf autoremove

3. Information about the librdkafka.i686 package on CentOS Stream 9

Last metadata expiration check: 1:29:00 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : librdkafka
Version : 1.6.1
Release : 102.el9
Architecture : i686
Size : 688 k
Source : librdkafka-1.6.1-102.el9.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.