How to Install and Uninstall protobuf-c-compiler Package on Kali Linux

Last updated: May 06,2024

1. Install "protobuf-c-compiler" package

In this section, we are going to explain the necessary steps to install protobuf-c-compiler on Kali Linux

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

2. Uninstall "protobuf-c-compiler" package

This tutorial shows how to uninstall protobuf-c-compiler on Kali Linux:

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

3. Information about the protobuf-c-compiler package on Kali Linux

Package: protobuf-c-compiler
Source: protobuf-c (1.4.1-1)
Version: 1.4.1-1+b1
Installed-Size: 241
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.9), libprotoc32 (>= 3.21.9), libstdc++6 (>= 5.2)
Size: 79016
SHA256: 410c93b1c49cb19bbdce88f583491f7419e3a8da91b82040f755e852ae8ac5a6
SHA1: b7128e8d2d206d3f4a9606e896d3569cbf972720
MD5sum: c01de18d38996c1694c8343a80721f7c
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/protobuf-c/protobuf-c
Tag: devel::compiler, role::program
Section: devel
Priority: optional
Filename: pool/main/p/protobuf-c/protobuf-c-compiler_1.4.1-1+b1_amd64.deb