How to Install and Uninstall libprotobuf-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libprotobuf-java" package

Please follow the step by step instructions below to install libprotobuf-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the libprotobuf-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libprotobuf-java
Priority: extra
Section: universe/devel
Installed-Size: 475
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: all
Source: protobuf
Version: 2.6.1-1.3
Filename: pool/universe/p/protobuf/libprotobuf-java_2.6.1-1.3_all.deb
Size: 416936
MD5sum: 61896a7e7d08d0d659e2e018acdde3cc
SHA1: 1dd736caa687a9e08346925ec03d9ae5711a0a8a
SHA256: 4a5535304f02fcbfc61e4facf67df4c286fb6c059d443543f532fdfb4ec7c968
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
Homepage: https://code.google.com/p/protobuf/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu