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

Last updated: January 08,2025

1. Install "protobuf-lite-static.x86_64" package

Here is a brief guide to show you how to install protobuf-lite-static.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install protobuf-lite-static.x86_64

2. Uninstall "protobuf-lite-static.x86_64" package

Here is a brief guide to show you how to uninstall protobuf-lite-static.x86_64 on Amazon Linux 2:

$ sudo yum remove protobuf-lite-static.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : protobuf-lite-static
Arch : x86_64
Version : 2.5.0
Release : 8.amzn2.0.2
Size : 59 k
Repo : amzn2-core/2/x86_64
Summary : Static development files for protobuf-lite
URL : http://code.google.com/p/protobuf/
License : BSD
Description : This package contains static development libraries 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.