How to Install and Uninstall libprotobuf23 Package on Kali Linux

Last updated: May 19,2024

1. Install "libprotobuf23" package

Please follow the steps below to install libprotobuf23 on Kali Linux

$ sudo apt update $ sudo apt install libprotobuf23

2. Uninstall "libprotobuf23" package

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

$ sudo apt remove libprotobuf23 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libprotobuf23 package on Kali Linux

Package: libprotobuf23
Source: protobuf (3.12.4-1)
Version: 3.12.4-1+b4
Installed-Size: 3244
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4)
Breaks: cura-engine (<< 1:3.3.0-2.1+b1), libarcus3 (<< 3.3.0-2)
Size: 889936
SHA256: 2b7a9bf17490ffde0d6f4187a52d12581a1431be56af2aa55922cdc2482c2809
SHA1: c1b8f7934704eb32e0f943928dbd200062f5a5ce
MD5sum: ee99be53d77483f632b401624ff00e4d
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: c69f5af146ab9bc64e44b912e5af457e
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/protobuf/libprotobuf23_3.12.4-1+b4_amd64.deb