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

Last updated: May 13,2024

1. Install "libprotobuf-dev" package

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

$ sudo apt update $ sudo apt install libprotobuf-dev

2. Uninstall "libprotobuf-dev" package

Learn how to uninstall libprotobuf-dev on Kali Linux:

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

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

Package: libprotobuf-dev
Source: protobuf (3.21.12-8)
Version: 3.21.12-8+b1
Installed-Size: 12011
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Provides: protobuf-api-32-0
Depends: zlib1g-dev, libprotobuf32 (= 3.21.12-8+b1), libprotobuf-lite32 (= 3.21.12-8+b1)
Breaks: protobuf-compiler (>> 3.21.12-8+b1), protobuf-compiler (<< 3.21.12-8+b1)
Size: 1305532
SHA256: bfe6cdb8545a79cf7afe80f1c99bf02fa073cfe573be89e2056a78392e8ab9a8
SHA1: 2bed92603483c9f8b6101a03c36dcbb43d0894c2
MD5sum: 6ce0a1f5d2d7d3d52dfefc1a4bb05ce5
Description: protocol buffers C++ library (development files) and proto 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 libraries needed for
writing C++ applications. Includes well known proto type files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/protobuf/libprotobuf-dev_3.21.12-8+b1_amd64.deb