How to Install and Uninstall protozero-devel.i686 Package on Fedora 39

Last updated: November 28,2024

1. Install "protozero-devel.i686" package

In this section, we are going to explain the necessary steps to install protozero-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install protozero-devel.i686

2. Uninstall "protozero-devel.i686" package

Learn how to uninstall protozero-devel.i686 on Fedora 39:

$ sudo dnf remove protozero-devel.i686 $ sudo dnf autoremove

3. Information about the protozero-devel.i686 package on Fedora 39

Last metadata expiration check: 2:38:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : protozero-devel
Version : 1.7.1
Release : 6.fc39
Architecture : i686
Size : 1.5 M
Source : protozero-1.7.1-6.fc39.src.rpm
Repository : fedora
Summary : Development files for protozero
URL : https://github.com/mapbox/protozero
License : BSD-2-Clause
Description : Minimalistic protocol buffer decoder and encoder in C++.
:
: Designed for high performance. Suitable for writing zero copy parsers
: and encoders with minimal need for run-time allocation of memory.
:
: Low-level: this is designed to be a building block for writing a
: very customized decoder for a stable protobuf schema. If your protobuf
: schema is changing frequently or lazy decoding is not critical for your
: application then this approach offers no value: just use the decoding
: API available via the C++ API that can be generated via the Google
: Protobufs protoc program.