How to Install and Uninstall libprotoc-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libprotoc-dev" package

Please follow the instructions below to install libprotoc-dev on Kali Linux

$ sudo apt update $ sudo apt install libprotoc-dev

2. Uninstall "libprotoc-dev" package

Please follow the step by step instructions below to uninstall libprotoc-dev on Kali Linux:

$ sudo apt remove libprotoc-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libprotoc-dev package on Kali Linux

Package: libprotoc-dev
Source: protobuf (3.21.12-8)
Version: 3.21.12-8+b1
Installed-Size: 7050
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Replaces: libprotobuf-dev (<< 2.1.0)
Depends: libprotoc32 (= 3.21.12-8+b1), libprotobuf-dev (= 3.21.12-8+b1)
Breaks: libprotobuf-dev (<< 2.1.0)
Size: 972656
SHA256: 621082b2f588de71dac334f25ce3b6dc608d75a7757900df6be9091904046cc8
SHA1: c5ebbd1cf461cc9cce29ed2542fb784fdc83b59c
MD5sum: 1ee5c66ed4f21547d0beaadf22fc0d84
Description: protocol buffers compiler library (development 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 development headers and static library needed for
writing protobuf compilers.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Tag: devel::code-generator, devel::lang:c++, devel::library, devel::rpc,
implemented-in::c++, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/protobuf/libprotoc-dev_3.21.12-8+b1_amd64.deb