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

Last updated: June 29,2024

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

Please follow the guidelines below to install protobuf-lite-static.i686 on Fedora 35

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

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

Please follow the step by step instructions below to uninstall protobuf-lite-static.i686 on Fedora 35:

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

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

Last metadata expiration check: 3:21:44 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : protobuf-lite-static
Version : 3.14.0
Release : 7.fc35
Architecture : i686
Size : 339 k
Source : protobuf-3.14.0-7.fc35.src.rpm
Repository : updates
Summary : Static development files for protobuf-lite
URL : https://github.com/protocolbuffers/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.