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

Last updated: May 21,2024

1. Install "libprotoc-dev" package

This is a short guide on how to install libprotoc-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libprotoc-dev

2. Uninstall "libprotoc-dev" package

This is a short guide on how to uninstall libprotoc-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libprotoc-dev
Priority: extra
Section: libdevel
Installed-Size: 2239
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: protobuf
Version: 2.6.1-1.3
Replaces: libprotobuf-dev (<< 2.1.0)
Depends: libprotoc9v5 (= 2.6.1-1.3), libprotobuf-dev (= 2.6.1-1.3)
Breaks: libprotobuf-dev (<< 2.1.0)
Filename: pool/main/p/protobuf/libprotoc-dev_2.6.1-1.3_amd64.deb
Size: 318264
MD5sum: 2b55cf1d8ae49b7c1379fce26298ca6f
SHA1: 537957c4195242a8eabd164f780d4ec6333d9400
SHA256: 217790213640ad408d67ec8a25314c372f332b724d5ebf90a186c1cd6804bf85
Description-en: protocol buffers compiler library (development files)
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the development headers and static library needed for
writing protobuf compilers.
Description-md5: 441ff9619f6d64f58de3a01f647b0edb
Multi-Arch: same
Homepage: https://code.google.com/p/protobuf/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m