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

Last updated: June 02,2024

1. Install "protobuf-lite.i686" package

Please follow the step by step instructions below to install protobuf-lite.i686 on Fedora 34

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

2. Uninstall "protobuf-lite.i686" package

In this section, we are going to explain the necessary steps to uninstall protobuf-lite.i686 on Fedora 34:

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

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

Last metadata expiration check: 3:22:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : protobuf-lite
Version : 3.14.0
Release : 7.fc34
Architecture : i686
Size : 250 k
Source : protobuf-3.14.0-7.fc34.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.