How to Install and Uninstall libprotobuf-c1 Package on Kali Linux

Last updated: May 14,2024

1. Install "libprotobuf-c1" package

Please follow the instructions below to install libprotobuf-c1 on Kali Linux

$ sudo apt update $ sudo apt install libprotobuf-c1

2. Uninstall "libprotobuf-c1" package

This guide covers the steps necessary to uninstall libprotobuf-c1 on Kali Linux:

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

3. Information about the libprotobuf-c1 package on Kali Linux

Package: libprotobuf-c1
Source: protobuf-c (1.4.1-1)
Version: 1.4.1-1+b1
Installed-Size: 69
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 27492
SHA256: e99b3091938bfbd55b24e95587b868ba735e38e4adbcb9942c6993f2de3ba1bf
SHA1: 4927f6fe538e93d540f3359fb51e91a2de066e72
MD5sum: 649286a7feeba56045ca99dd97e0ca58
Description: 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:
Multi-Arch: same
Homepage: https://github.com/protobuf-c/protobuf-c
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/protobuf-c/libprotobuf-c1_1.4.1-1+b1_amd64.deb