How to Install and Uninstall protobuf-c.i686 Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "protobuf-c.i686" package

Learn how to install protobuf-c.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install protobuf-c.i686

2. Uninstall "protobuf-c.i686" package

Here is a brief guide to show you how to uninstall protobuf-c.i686 on Amazon Linux 2:

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

3. Information about the protobuf-c.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : protobuf-c
Arch : i686
Version : 1.0.2
Release : 3.amzn2.0.1
Size : 29 k
Repo : amzn2-core/2/x86_64
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++).