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

Last updated: October 05,2024

1. Install "librdkafka.x86_64" package

This guide covers the steps necessary to install librdkafka.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install librdkafka.x86_64

2. Uninstall "librdkafka.x86_64" package

Please follow the step by step instructions below to uninstall librdkafka.x86_64 on Oracle Linux 9:

$ sudo dnf remove librdkafka.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:07:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : librdkafka
Version : 1.6.1
Release : 102.el9
Architecture : x86_64
Size : 674 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.