How to Install and Uninstall protobuf-lite.i686 Package on AlmaLinux 8

Last updated: October 06,2024

1. Install "protobuf-lite.i686" package

Please follow the step by step instructions below to install protobuf-lite.i686 on AlmaLinux 8

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

2. Uninstall "protobuf-lite.i686" package

Please follow the guidance below to uninstall protobuf-lite.i686 on AlmaLinux 8:

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

3. Information about the protobuf-lite.i686 package on AlmaLinux 8

Last metadata expiration check: 1:22:03 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : protobuf-lite
Version : 3.5.0
Release : 13.el8
Architecture : i686
Size : 165 k
Source : protobuf-3.5.0-13.el8.src.rpm
Repository : appstream
Summary : Protocol Buffers LITE_RUNTIME libraries
URL : https://github.com/google/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.