How to Install and Uninstall protobuf-c.i686 Package on CentOS Stream 8

Last updated: September 28,2024

1. Install "protobuf-c.i686" package

This guide let you learn how to install protobuf-c.i686 on CentOS Stream 8

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

2. Uninstall "protobuf-c.i686" package

This guide let you learn how to uninstall protobuf-c.i686 on CentOS Stream 8:

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

3. Information about the protobuf-c.i686 package on CentOS Stream 8

Last metadata expiration check: 1:16:09 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : protobuf-c
Version : 1.3.0
Release : 8.el8
Architecture : i686
Size : 39 k
Source : protobuf-c-1.3.0-8.el8.src.rpm
Repository : 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.