How to Install and Uninstall librdkafka1php.x86_64 Package on Oracle Linux 8

Last updated: May 03,2024

1. Install "librdkafka1php.x86_64" package

This guide let you learn how to install librdkafka1php.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install librdkafka1php.x86_64

2. Uninstall "librdkafka1php.x86_64" package

Please follow the steps below to uninstall librdkafka1php.x86_64 on Oracle Linux 8:

$ sudo dnf remove librdkafka1php.x86_64 $ sudo dnf autoremove

3. Information about the librdkafka1php.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:29:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : librdkafka1php
Version : 1.9.2
Release : 1.el8.remi
Architecture : x86_64
Size : 680 k
Source : librdkafka1php-1.9.2-1.el8.remi.src.rpm
Repository : remi-safe
Summary : Apache Kafka C/C++ client library
URL : https://github.com/edenhill/librdkafka
License : BSD 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.
:
: librdkafka1php is designed to be installed beside librdkafka
: and only used by PHP binaries (rdkafka extension).