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

Last updated: May 18,2024

1. Install "libprotozero-dev" package

Please follow the instructions below to install libprotozero-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libprotozero-dev

2. Uninstall "libprotozero-dev" package

Here is a brief guide to show you how to uninstall libprotozero-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libprotozero-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 100
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: protozero
Version: 1.2.3-1
Replaces: libosmium2-dev (<< 2.4.1-2~)
Suggests: protozero-doc
Breaks: libosmium2-dev (<< 2.4.1-2~)
Filename: pool/universe/p/protozero/libprotozero-dev_1.2.3-1_amd64.deb
Size: 16694
MD5sum: 7c623367ea137e0c847c8252cb428911
SHA1: c8dc2fc17683cd1806a874a197d9fd5b70422a9b
SHA256: 7f134779ceda3386d6abfb265a6bc8b9f636237b0e5c67df32c748cbfbb7e49b
Description-en: 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: 99e828f5a18e6c77a2ef7c148dc684d2
Homepage: https://github.com/mapbox/protozero
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu