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

Last updated: May 22,2024

1. Install "libprotobuf-java" package

Please follow the guidelines below to install libprotobuf-java on Kali Linux

$ sudo apt update $ sudo apt install libprotobuf-java

2. Uninstall "libprotobuf-java" package

This guide covers the steps necessary to uninstall libprotobuf-java on Kali Linux:

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

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

Package: libprotobuf-java
Source: protobuf
Version: 3.21.12-8
Installed-Size: 2596
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Depends: libgoogle-gson-java, libguava-java
Size: 1259352
SHA256: 86e96b2af230e32f70ae384a3e0eb0290a3507d355c57fe8acab327a7de6c585
SHA1: d48e28c7fd7f714549b90906fb92f92012f508a4
MD5sum: 9207938e3591f4b9c89a70897c3f9266
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:
Multi-Arch: foreign
Homepage: https://github.com/google/protobuf/
Tag: devel::lang:java, devel::library, implemented-in::java, role::devel-lib
Section: java
Priority: optional
Filename: pool/main/p/protobuf/libprotobuf-java_3.21.12-8_all.deb