How to Install and Uninstall librdkafka.i686 Package on Oracle Linux 9

Last updated: December 27,2024

1. Install "librdkafka.i686" package

Please follow the guidance below to install librdkafka.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install librdkafka.i686

2. Uninstall "librdkafka.i686" package

In this section, we are going to explain the necessary steps to uninstall librdkafka.i686 on Oracle Linux 9:

$ sudo dnf remove librdkafka.i686 $ sudo dnf autoremove

3. Information about the librdkafka.i686 package on Oracle Linux 9

Last metadata expiration check: 2:59:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : librdkafka
Version : 1.6.1
Release : 102.el9
Architecture : i686
Size : 699 k
Source : librdkafka-1.6.1-102.el9.src.rpm
Repository : ol9_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.