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

Last updated: January 09,2025

1. Install "protobuf-lite-devel.x86_64" package

Here is a brief guide to show you how to install protobuf-lite-devel.x86_64 on Fedora 39

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

2. Uninstall "protobuf-lite-devel.x86_64" package

This is a short guide on how to uninstall protobuf-lite-devel.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:21:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : protobuf-lite-devel
Version : 3.19.6
Release : 6.fc39
Architecture : x86_64
Size : 11 k
Source : protobuf-3.19.6-6.fc39.src.rpm
Repository : fedora
Summary : Protocol Buffers LITE_RUNTIME development libraries
URL : https://github.com/protocolbuffers/protobuf
License : BSD-3-Clause
Description : This package contains 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.