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

Last updated: May 11,2024

1. Install "libprotobuf-c-dev" package

In this section, we are going to explain the necessary steps to install libprotobuf-c-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libprotobuf-c-dev

2. Uninstall "libprotobuf-c-dev" package

This tutorial shows how to uninstall libprotobuf-c-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libprotobuf-c-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libprotobuf-c-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: protobuf-c
Version: 1.2.1-1
Replaces: libprotobuf-c0-dev
Provides: libprotobuf-c0-dev
Depends: libprotobuf-c1 (= 1.2.1-1)
Conflicts: libprotobuf-c0-dev
Breaks: protobuf-c-compiler (<< 1.0.0~)
Filename: pool/universe/p/protobuf-c/libprotobuf-c-dev_1.2.1-1_amd64.deb
Size: 24774
MD5sum: 7da52800d49f0d553d2486c9316d2157
SHA1: 274b074190c4f47bc9a7f46ceac58c81f6504c77
SHA256: 43b56d3587a45c7ae3426419c1f672c198c324a8be9f13eb40db6f264e991475
Description-en: Protocol Buffers C static library and headers (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 static library and development headers.
Description-md5: 1d397a37d564ebd24c34190b57ce6f99
Homepage: https://github.com/protobuf-c/protobuf-c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m