How to Install and Uninstall libprotobuf2-java Package on Kali Linux

Last updated: July 04,2024

1. Install "libprotobuf2-java" package

This is a short guide on how to install libprotobuf2-java on Kali Linux

$ sudo apt update $ sudo apt install libprotobuf2-java

2. Uninstall "libprotobuf2-java" package

This tutorial shows how to uninstall libprotobuf2-java on Kali Linux:

$ sudo apt remove libprotobuf2-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libprotobuf2-java package on Kali Linux

Package: libprotobuf2-java
Source: protobuf2
Version: 2.6.1-4
Installed-Size: 502
Maintainer: Debian Java Maintainers
Architecture: all
Size: 447560
SHA256: 8b1cca731d58e8eb31afa104e04e7bffff60313d6186f0b987d74c5f8061a921
SHA1: 8b89004ca3f4665c678ac97b3b369f91c4cb30fd
MD5sum: e9868b8996fcfb233cb3522e3a49fcbd
Description: Java bindings for protocol buffers
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 Java bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to Java classes, and then the modules in this package will allow
you to use those classes in your programs.
Description-md5:
Homepage: https://github.com/google/protobuf/
Section: java
Priority: optional
Filename: pool/main/p/protobuf2/libprotobuf2-java_2.6.1-4_all.deb