How to Install and Uninstall librdkafka.src Package on Oracle Linux 8

Last updated: September 29,2024

1. Install "librdkafka.src" package

Please follow the guidelines below to install librdkafka.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install librdkafka.src

2. Uninstall "librdkafka.src" package

Here is a brief guide to show you how to uninstall librdkafka.src on Oracle Linux 8:

$ sudo dnf remove librdkafka.src $ sudo dnf autoremove

3. Information about the librdkafka.src package on Oracle Linux 8

Last metadata expiration check: 0:53:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : librdkafka
Version : 0.11.4
Release : 3.el8
Architecture : src
Size : 1.8 M
Source : None
Repository : ol8_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.