How to Install and Uninstall protobuf-c.src Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "protobuf-c.src" package

This guide covers the steps necessary to install protobuf-c.src on Oracle Linux 8

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

2. Uninstall "protobuf-c.src" package

This guide let you learn how to uninstall protobuf-c.src on Oracle Linux 8:

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

3. Information about the protobuf-c.src package on Oracle Linux 8

Last metadata expiration check: 4:41:36 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : protobuf-c
Version : 1.3.0
Release : 6.el8
Architecture : src
Size : 490 k
Source : None
Repository : ol8_appstream
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.