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

Last updated: June 29,2024

1. Install "protobuf-lite.i686" package

Please follow the guidance below to install protobuf-lite.i686 on Amazon Linux 2

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

2. Uninstall "protobuf-lite.i686" package

This tutorial shows how to uninstall protobuf-lite.i686 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : protobuf-lite
Arch : i686
Version : 2.5.0
Release : 8.amzn2.0.2
Size : 63 k
Repo : amzn2-core/2/x86_64
Summary : Protocol Buffers LITE_RUNTIME libraries
URL : http://code.google.com/p/protobuf/
License : BSD
Description : Protocol Buffers built with optimize_for = LITE_RUNTIME.
:
: The "optimize_for = LITE_RUNTIME" option causes the compiler to
: generate code which only depends libprotobuf-lite, which is much
: smaller than libprotobuf but lacks descriptors, reflection, and
: some other features.