How to Install and Uninstall remi-librdkafka.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "remi-librdkafka.x86_64" package

Please follow the step by step instructions below to install remi-librdkafka.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install remi-librdkafka.x86_64

2. Uninstall "remi-librdkafka.x86_64" package

Please follow the guidance below to uninstall remi-librdkafka.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove remi-librdkafka.x86_64 $ sudo dnf autoremove

3. Information about the remi-librdkafka.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:27:53 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : remi-librdkafka
Version : 2.3.0
Release : 1.el8.remi
Architecture : x86_64
Size : 781 k
Source : remi-librdkafka-2.3.0-1.el8.remi.src.rpm
Repository : remi-safe
Summary : Apache Kafka C/C++ client library
URL : https://github.com/edenhill/librdkafka
License : BSD-2-Clause AND BSD-3-Clause AND MIT
Description : librdkafka is a 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 msgs/second for the producer
: and 3 million msgs/second for the consumer.
:
: remi-librdkafka is designed to be installed beside librdkafka
: and only used by PHP binaries (rdkafka extension).