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

Last updated: May 10,2024

1. Install "protobuf-compiler" package

Please follow the guidelines below to install protobuf-compiler on Kali Linux

$ sudo apt update $ sudo apt install protobuf-compiler

2. Uninstall "protobuf-compiler" package

Here is a brief guide to show you how to uninstall protobuf-compiler on Kali Linux:

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

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

Package: protobuf-compiler
Source: protobuf (3.21.12-8)
Version: 3.21.12-8+b1
Installed-Size: 169
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotoc32 (= 3.21.12-8+b1), libstdc++6 (>= 13.1)
Recommends: libprotobuf-dev
Suggests: protobuf-mode-el
Size: 84512
SHA256: 41a4da68776c9d28a82bc76d3ff7ec6b4b6665aebffffc32aa47999a52c6a6af
SHA1: e66d31d1151707d46875da72426381ec46235611
MD5sum: 707a0397aa6ac5d7096d6a1c244a1925
Description: compiler for protocol buffer definition files
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.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the protocol buffer compiler that is used for
translating from .proto files (containing the definitions) to the language
binding for the supported languages.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/google/protobuf/
Tag: devel::code-generator, implemented-in::c++, role::program
Section: devel
Priority: optional
Filename: pool/main/p/protobuf/protobuf-compiler_3.21.12-8+b1_amd64.deb