How to Install and Uninstall protobuf-lite.i686 Package on CentOS Stream 9
Last updated: November 25,2024
1. Install "protobuf-lite.i686" package
Here is a brief guide to show you how to install protobuf-lite.i686 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
protobuf-lite.i686
Copied
2. Uninstall "protobuf-lite.i686" package
In this section, we are going to explain the necessary steps to uninstall protobuf-lite.i686 on CentOS Stream 9:
$
sudo dnf remove
protobuf-lite.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the protobuf-lite.i686 package on CentOS Stream 9
Last metadata expiration check: 0:18:17 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : protobuf-lite
Version : 3.14.0
Release : 13.el9
Architecture : i686
Size : 263 k
Source : protobuf-3.14.0-13.el9.src.rpm
Repository : appstream
Summary : Protocol Buffers LITE_RUNTIME libraries
URL : https://github.com/protocolbuffers/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.
Available Packages
Name : protobuf-lite
Version : 3.14.0
Release : 13.el9
Architecture : i686
Size : 263 k
Source : protobuf-3.14.0-13.el9.src.rpm
Repository : appstream
Summary : Protocol Buffers LITE_RUNTIME libraries
URL : https://github.com/protocolbuffers/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.