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

Last updated: November 27,2024

1. Install "libprotobuf-lite32" package

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

$ sudo apt update $ sudo apt install libprotobuf-lite32

2. Uninstall "libprotobuf-lite32" package

Here is a brief guide to show you how to uninstall libprotobuf-lite32 on Kali Linux:

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

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

Package: libprotobuf-lite32
Source: protobuf (3.21.12-8)
Version: 3.21.12-8+b1
Installed-Size: 942
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 273120
SHA256: 408bbd62486d1be45df5efd6d3a24b78cfb91d90c6f9c722ffba3ca235ca534b
SHA1: bfe3e7713d1835261e1c17a2f2f85f4ebfd6fa59
MD5sum: 620f9902359c383a0decaa408b86d335
Description: protocol buffers C++ library (lite version)
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 whose
message definitions have the "lite runtime" optimization setting.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/protobuf/libprotobuf-lite32_3.21.12-8+b1_amd64.deb