How to Install and Uninstall libprotobuf32 Package on Kali Linux

Last updated: December 23,2024

1. Install "libprotobuf32" package

Here is a brief guide to show you how to install libprotobuf32 on Kali Linux

$ sudo apt update $ sudo apt install libprotobuf32

2. Uninstall "libprotobuf32" package

Please follow the steps below to uninstall libprotobuf32 on Kali Linux:

$ sudo apt remove libprotobuf32 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libprotobuf32 package on Kali Linux

Package: libprotobuf32
Source: protobuf (3.21.12-8)
Version: 3.21.12-8+b1
Installed-Size: 3498
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4)
Breaks: cura-engine (<< 1:3.3.0-2.1+b1), libarcus3 (<< 3.3.0-2)
Size: 963540
SHA256: 1754a5e59733e615fb6dd227a0f5216fa8f92fe9048719c411345863abbe9644
SHA1: 47c6f1c54c0064ea9e2680b5f75931148b2e57c0
MD5sum: e9ee88bc9726106082c03aedf47596e5
Description: protocol buffers C++ 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 C++ applications.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/protobuf/libprotobuf32_3.21.12-8+b1_amd64.deb