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

Last updated: July 05,2024

1. Install "protozero-devel.i686" package

This guide covers the steps necessary to install protozero-devel.i686 on Fedora 34

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

2. Uninstall "protozero-devel.i686" package

This is a short guide on how to uninstall protozero-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 4:13:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : protozero-devel
Version : 1.7.0
Release : 3.fc34
Architecture : i686
Size : 1.4 M
Source : protozero-1.7.0-3.fc34.src.rpm
Repository : fedora
Summary : Development files for protozero
URL : https://github.com/mapbox/protozero
License : BSD
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.