How to Install and Uninstall protobuf-c-compiler Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "protobuf-c-compiler" package

This is a short guide on how to install protobuf-c-compiler on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install protobuf-c-compiler

2. Uninstall "protobuf-c-compiler" package

Please follow the steps below to uninstall protobuf-c-compiler on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove protobuf-c-compiler $ sudo apt autoclean && sudo apt autoremove

3. Information about the protobuf-c-compiler package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: protobuf-c-compiler
Priority: optional
Section: universe/devel
Installed-Size: 240
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: protobuf-c
Version: 1.2.1-1
Depends: libprotobuf-c-dev (= 1.2.1-1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libprotobuf9v5, libprotoc9v5, libstdc++6 (>= 5.2)
Filename: pool/universe/p/protobuf-c/protobuf-c-compiler_1.2.1-1_amd64.deb
Size: 68630
MD5sum: bc32fee7b35e886aadc5d0d10736ded9
SHA1: 4269722613e31718833c85c5cc7705c003f2040c
SHA256: 4eb8adeb3e4adeaa3864447232534d87d3adb8cbe0cd496a4ce3dc48de38b845
Description-en: Protocol Buffers C compiler (protobuf-c)
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.
.
This is the "protobuf-c" implementation of Protocol Buffers in C.
.
This package contains the "protoc-c" code generator that creates C stubs from
Protocol Buffers .proto files. These stubs must be compiled and linked against
the libprotobuf-c support library.
Description-md5: f7ead9d693a53ffd3f7ac107f652a871
Homepage: https://github.com/protobuf-c/protobuf-c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu