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

Last updated: November 29,2024

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

Please follow the step by step instructions below to install protobuf-lite-devel.x86_64 on Amazon Linux 2

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

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

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

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

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

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