How to Install and Uninstall libprotoc23 Package on Kali Linux

Last updated: May 06,2024

1. Install "libprotoc23" package

Learn how to install libprotoc23 on Kali Linux

$ sudo apt update $ sudo apt install libprotoc23

2. Uninstall "libprotoc23" package

This guide covers the steps necessary to uninstall libprotoc23 on Kali Linux:

$ sudo apt remove libprotoc23 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libprotoc23 package on Kali Linux

Package: libprotoc23
Source: protobuf (3.12.4-1)
Version: 3.12.4-1+b4
Installed-Size: 2873
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.0), libprotobuf23 (>= 3.12.4), libstdc++6 (>= 11)
Size: 785988
SHA256: e1ecbce863a68db4388b8e2ac5572ee27b77c0145f53f9455b9bba79da35eb5c
SHA1: 4c7e635693f908b86bb82a2d3e8ff82d020fb51d
MD5sum: 38b27ce156feacd7c243622b816fae95
Description: protocol buffers compiler library
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 runtime library needed for the protocol buffer
compiler.
Description-md5: c53c70dca7ff74e285f88be70de72a0f
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/protobuf/libprotoc23_3.12.4-1+b4_amd64.deb