How to Install and Uninstall libprotobuf-c1 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libprotobuf-c1" package

Learn how to install libprotobuf-c1 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libprotobuf-c1

2. Uninstall "libprotobuf-c1" package

This guide covers the steps necessary to uninstall libprotobuf-c1 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libprotobuf-c1 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libprotobuf-c1
Architecture: amd64
Version: 1.3.3-1build2
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: protobuf-c
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 59
Depends: libc6 (>= 2.14)
Filename: pool/universe/p/protobuf-c/libprotobuf-c1_1.3.3-1build2_amd64.deb
Size: 19244
MD5sum: 4d81b5d93751f9874558c575e61685c3
SHA1: cf4a6f50bd373de8e1455ecc58f249c05daa7546
SHA256: de4a929a6cdd673fb24d86232a6975c6b6fc429a4211bde79dc1b9a7ca162b45
SHA512: bc242d5e0cc71c7d4bc657712a8079cb96c3126090fab3ed0d0625bb6497f844a8906108d3aadf4bd807b6db9ac3022f7d1da114873c28d34cdf278aa2036453
Homepage: https://github.com/protobuf-c/protobuf-c
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
Task: xubuntu-desktop