How to Install and Uninstall libprotobuf-java Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "libprotobuf-java" package

In this section, we are going to explain the necessary steps to install libprotobuf-java on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libprotobuf-java

2. Uninstall "libprotobuf-java" package

In this section, we are going to explain the necessary steps to uninstall libprotobuf-java on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libprotobuf-java package on Ubuntu 21.04 (Hirsute Hippo)

Package: libprotobuf-java
Architecture: all
Version: 3.12.4-1ubuntu2
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-1ubuntu2_all.deb
Size: 1180496
MD5sum: 96d9aaf44cb29c084657064990dd96b2
SHA1: a215b2fb9c58869c53ec12c86615e264b65ffc03
SHA256: d0fad2f8d0412a7752bcffc2b3d067c8b08d8ca226a1046b5b6ca9375e647bc6
SHA512: 68e28320d6a32454eecc33e1fbfdea68755c456ed49b8ed8e0f176231b1bc2e0fc059f0310dc98c1b78480b5bf2f2b80dd122fee2cf89305d38de30cbfc12bbe
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