How to Install and Uninstall protobuf-c.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 15,2024

1. Install "protobuf-c.x86_64" package

Please follow the steps below to install protobuf-c.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install protobuf-c.x86_64

2. Uninstall "protobuf-c.x86_64" package

Here is a brief guide to show you how to uninstall protobuf-c.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove protobuf-c.x86_64 $ sudo dnf autoremove

3. Information about the protobuf-c.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:53:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : protobuf-c
Version : 1.3.3
Release : 13.el9
Architecture : x86_64
Size : 37 k
Source : protobuf-c-1.3.3-13.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : C bindings for Google's Protocol Buffers
URL : https://github.com/protobuf-c/protobuf-c
License : BSD
Description : Protocol Buffers are a way of encoding structured data in an efficient yet
: extensible format. This package provides a code generator and run-time
: libraries to use Protocol Buffers from pure C (not C++).
:
: It uses a modified version of protoc called protoc-c.