How to Install and Uninstall libprotoc32 Package on Kali Linux

Last updated: October 05,2024

1. Install "libprotoc32" package

Please follow the guidance below to install libprotoc32 on Kali Linux

$ sudo apt update $ sudo apt install libprotoc32

2. Uninstall "libprotoc32" package

In this section, we are going to explain the necessary steps to uninstall libprotoc32 on Kali Linux:

$ sudo apt remove libprotoc32 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libprotoc32 package on Kali Linux

Package: libprotoc32
Source: protobuf (3.21.12-8)
Version: 3.21.12-8+b1
Installed-Size: 3158
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1)
Size: 863088
SHA256: 3e0616eb3fe4f66e3253be2036737b9aa17bb8521ec4bc05ff13606bc23e21cb
SHA1: 9ad8178f90d21d7f05ca95d7b02a47c56dc8b485
MD5sum: 83913dfbf4911c38d146a8330a72d786
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:
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/protobuf/libprotoc32_3.21.12-8+b1_amd64.deb