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

Last updated: October 05,2024

1. Install "protobuf-lite.i686" package

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

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

2. Uninstall "protobuf-lite.i686" package

This is a short guide on how to uninstall protobuf-lite.i686 on Fedora 38:

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

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

Last metadata expiration check: 4:00:44 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : protobuf-lite
Version : 3.19.6
Release : 2.fc38
Architecture : i686
Size : 290 k
Source : protobuf-3.19.6-2.fc38.src.rpm
Repository : fedora
Summary : Protocol Buffers LITE_RUNTIME libraries
URL : https://github.com/protocolbuffers/protobuf
License : BSD-3-Clause
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.