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

Last updated: May 13,2024

1. Install "libprotobuf-lite23" package

This guide let you learn how to install libprotobuf-lite23 on Kali Linux

$ sudo apt update $ sudo apt install libprotobuf-lite23

2. Uninstall "libprotobuf-lite23" package

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

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

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

Package: libprotobuf-lite23
Source: protobuf (3.12.4-1)
Version: 3.12.4-1+b4
Installed-Size: 780
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 237196
SHA256: ec50e9386f1d43dc64e000648b8083b1c515fc33a0f7302a2b329e6a595fd7dd
SHA1: d3d9b03756a917464930338bd97a157dbc733776
MD5sum: 35677e97015f5aba15d0b94260baf1d4
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: bef75569f3d092ed9b714a68e215c917
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/protobuf/libprotobuf-lite23_3.12.4-1+b4_amd64.deb