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

Last updated: May 02,2024

1. Install "protobuf-lite.x86_64" package

Please follow the steps below to install protobuf-lite.x86_64 on Fedora 36

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

2. Uninstall "protobuf-lite.x86_64" package

Please follow the guidance below to uninstall protobuf-lite.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:27:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : protobuf-lite
Version : 3.19.4
Release : 6.fc36
Architecture : x86_64
Size : 244 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.