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

Last updated: January 13,2025

1. Install "protobuf-lite.i686" package

In this section, we are going to explain the necessary steps to install protobuf-lite.i686 on Fedora 36

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

2. Uninstall "protobuf-lite.i686" package

This guide let you learn how to uninstall protobuf-lite.i686 on Fedora 36:

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

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

Last metadata expiration check: 3:09:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : protobuf-lite
Version : 3.19.4
Release : 6.fc36
Architecture : i686
Size : 280 k
Source : protobuf-3.19.4-6.fc36.src.rpm
Repository : updates
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.