How to Install and Uninstall libprotozero-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "libprotozero-doc" package

This tutorial shows how to install libprotozero-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libprotozero-doc

2. Uninstall "libprotozero-doc" package

In this section, we are going to explain the necessary steps to uninstall libprotozero-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libprotozero-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libprotozero-doc
Priority: optional
Section: universe/doc
Installed-Size: 1625
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Source: protozero
Version: 1.2.3-1
Depends: libjs-jquery
Filename: pool/universe/p/protozero/libprotozero-doc_1.2.3-1_all.deb
Size: 380628
MD5sum: 79d6d79e1e283877d7f57ad485be9eb7
SHA1: 5d7ec6bc614d1381e79c50df9ed1c79754e383a8
SHA256: 3efba840d8963101d0b03fa9bb1be30ab00377f52c47dac1cc11bdea6a9b34ed
Description-en: 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: f8f02732f2cc17ad161e0c8c936983b2
Homepage: https://github.com/mapbox/protozero
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu