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

Last updated: July 01,2024

1. Install "protozero-devel.x86_64" package

This guide let you learn how to install protozero-devel.x86_64 on Fedora 34

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

2. Uninstall "protozero-devel.x86_64" package

This guide let you learn how to uninstall protozero-devel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:16:13 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : protozero-devel
Version : 1.7.0
Release : 3.fc34
Architecture : x86_64
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.