How to Install and Uninstall protobuf-c.x86_64 Package on Fedora 38

Last updated: November 29,2024

1. Install "protobuf-c.x86_64" package

This tutorial shows how to install protobuf-c.x86_64 on Fedora 38

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

2. Uninstall "protobuf-c.x86_64" package

Please follow the instructions below to uninstall protobuf-c.x86_64 on Fedora 38:

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

3. Information about the protobuf-c.x86_64 package on Fedora 38

Last metadata expiration check: 0:25:14 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : protobuf-c
Version : 1.4.1
Release : 4.fc38
Architecture : x86_64
Size : 39 k
Source : protobuf-c-1.4.1-4.fc38.src.rpm
Repository : fedora
Summary : C bindings for Google's Protocol Buffers
URL : https://github.com/protobuf-c/protobuf-c
License : BSD-2-Clause
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.