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

Last updated: April 27,2024

1. Install "libprotozero-doc" package

In this section, we are going to explain the necessary steps to install libprotozero-doc on Kali Linux

$ sudo apt update $ sudo apt install libprotozero-doc

2. Uninstall "libprotozero-doc" package

This tutorial shows how to uninstall libprotozero-doc on Kali Linux:

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

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

Package: libprotozero-doc
Source: protozero
Version: 1.7.1-1
Installed-Size: 3686
Maintainer: Debian GIS Project
Architecture: all
Size: 1253528
SHA256: 9b59830aee5b0878739e51568d4468c84915de93de809ab286e838150f272f6a
SHA1: d98118dfdee3f39314141b69bd7d0cb36c22dfaa
MD5sum: 14c8a5c5f56ca9719e8330f3b55c1b51
Description: Minimalistic protocol buffer decoder and encoder in C++ - docs
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 documentation.
Description-md5:
Homepage: https://github.com/mapbox/protozero
Tag: devel::doc, devel::lang:c++, role::documentation
Section: doc
Priority: optional
Filename: pool/main/p/protozero/libprotozero-doc_1.7.1-1_all.deb