How to Install and Uninstall libprotozero-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libprotozero-dev" package

Here is a brief guide to show you how to install libprotozero-dev on Kali Linux

$ sudo apt update $ sudo apt install libprotozero-dev

2. Uninstall "libprotozero-dev" package

In this section, we are going to explain the necessary steps to uninstall libprotozero-dev on Kali Linux:

$ sudo apt remove libprotozero-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libprotozero-dev package on Kali Linux

Package: libprotozero-dev
Source: protozero
Version: 1.7.1-1
Installed-Size: 185
Maintainer: Debian GIS Project
Architecture: amd64
Replaces: libosmium2-dev (<< 2.4.1-2~)
Suggests: protozero-doc
Breaks: libosmium2-dev (<< 2.4.1-2~)
Size: 42392
SHA256: a7091f91d6c35608ee3ce6b36f4656cd7d1266539cf02c253927bd1a978647ac
SHA1: 54c8ef533c2740f8cc054b98085e283633ed06ea
MD5sum: c822dd046e8dc68e0fbdbb3ed9375aab
Description: Minimalistic protocol buffer decoder and encoder in C++
protozero is a 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.
.
This package contains the protozero headers.
Description-md5:
Homepage: https://github.com/mapbox/protozero
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/protozero/libprotozero-dev_1.7.1-1_amd64.deb