How to Install and Uninstall protobuf-c.i686 Package on Fedora 39

Last updated: October 05,2024

1. Install "protobuf-c.i686" package

In this section, we are going to explain the necessary steps to install protobuf-c.i686 on Fedora 39

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

2. Uninstall "protobuf-c.i686" package

Learn how to uninstall protobuf-c.i686 on Fedora 39:

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

3. Information about the protobuf-c.i686 package on Fedora 39

Last metadata expiration check: 0:32:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : protobuf-c
Version : 1.4.1
Release : 5.fc39
Architecture : i686
Size : 40 k
Source : protobuf-c-1.4.1-5.fc39.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.