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

Last updated: May 20,2024

1. Install "libprotobuf-c1" package

This tutorial shows how to install libprotobuf-c1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libprotobuf-c1

2. Uninstall "libprotobuf-c1" package

This guide let you learn how to uninstall libprotobuf-c1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libprotobuf-c1 $ sudo apt autoclean && sudo apt autoremove

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

Package: libprotobuf-c1
Priority: optional
Section: universe/libs
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: protobuf-c
Version: 1.2.1-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/p/protobuf-c/libprotobuf-c1_1.2.1-1_amd64.deb
Size: 18972
MD5sum: fa744cd0c2614a00991721d18669c85c
SHA1: de04ca7d9377a3051fd2e7704059be34c4f6f615
SHA256: a9db970e6fcc50ca25806fc0988e890d7b5d482859bec970453fcea4db7e3039
Description-en: Protocol Buffers C shared library (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 shared library.
Description-md5: 9c4249f4ed507aa6007c13b98366f88b
Homepage: https://github.com/protobuf-c/protobuf-c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m