How to Install and Uninstall libprotobuf-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 22,2024

1. Install "libprotobuf-java" package

This guide covers the steps necessary to install libprotobuf-java on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libprotobuf-java

2. Uninstall "libprotobuf-java" package

This tutorial shows how to uninstall libprotobuf-java on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libprotobuf-java package on Ubuntu 21.10 (Impish Indri)

Package: libprotobuf-java
Architecture: all
Version: 3.12.4-1ubuntu3
Multi-Arch: foreign
Priority: extra
Section: universe/devel
Source: protobuf
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2500
Filename: pool/universe/p/protobuf/libprotobuf-java_3.12.4-1ubuntu3_all.deb
Size: 1174344
MD5sum: 32e4c6199b62e148afe09c16a526af6d
SHA1: 0edb8b0c37a47d31c4deea08f9dc80c099330622
SHA256: e472d72baf21a7c50db8b4574ab9a611f04e83df8e59c7ad4061af51e19a05cd
SHA512: 0cf2f69e67a5ccc84f1233d40713c1ed051a990fe87adeb0d61ad43302578401f6fcbdbc08667e28c3a343be5e5f1cff308dc5699c6a111a46e028b22f227810
Homepage: https://github.com/google/protobuf/
Description-en: 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: 2ac9477d01e9d2920f1793f9f58f3aa6