How to Install and Uninstall protobuf-lite.x86_64 Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "protobuf-lite.x86_64" package

This guide let you learn how to install protobuf-lite.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install protobuf-lite.x86_64

2. Uninstall "protobuf-lite.x86_64" package

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

$ sudo dnf remove protobuf-lite.x86_64 $ sudo dnf autoremove

3. Information about the protobuf-lite.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:18:15 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : protobuf-lite
Version : 3.5.0
Release : 15.el8
Architecture : x86_64
Size : 149 k
Source : protobuf-3.5.0-15.el8.src.rpm
Repository : appstream
Summary : Protocol Buffers LITE_RUNTIME libraries
URL : https://github.com/google/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.