How to Install and Uninstall protobuf-lite-static.i686 Package on Fedora 38

Last updated: November 29,2024

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

Please follow the steps below to install protobuf-lite-static.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install protobuf-lite-static.i686

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

This tutorial shows how to uninstall protobuf-lite-static.i686 on Fedora 38:

$ sudo dnf remove protobuf-lite-static.i686 $ sudo dnf autoremove

3. Information about the protobuf-lite-static.i686 package on Fedora 38

Last metadata expiration check: 0:43:52 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : protobuf-lite-static
Version : 3.19.6
Release : 2.fc38
Architecture : i686
Size : 378 k
Source : protobuf-3.19.6-2.fc38.src.rpm
Repository : fedora
Summary : Static development files for protobuf-lite
URL : https://github.com/protocolbuffers/protobuf
License : BSD-3-Clause
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.