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

Last updated: May 07,2024

1. Install "libavro-java" package

This guide covers the steps necessary to install libavro-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libavro-java

2. Uninstall "libavro-java" package

Please follow the instructions below to uninstall libavro-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libavro-java
Priority: optional
Section: universe/java
Installed-Size: 479
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: avro-java
Version: 1.7.7-1
Depends: libjackson-json-java, libparanamer-java, libsnappy-java, libcommons-compress-java, libxz-java, libslf4j-java
Filename: pool/universe/a/avro-java/libavro-java_1.7.7-1_all.deb
Size: 388920
MD5sum: 7773dde07f6c367b111bd9b7b9a88365
SHA1: 4261f5cd87c8df4784d73954c9fa4cd15b15927f
SHA256: b057669c496a8fd761ceb05849bb4a9827e3d5ffadb80649c6c3bd5268f77008
Description-en: Apache Avro data serialization system
Apache Avro is a data serialization system providing:
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages. Code generation is not required
to read or write data files nor to use or implement RPC protocols. Code
generation as an optional optimization, only worth implementing
for statically typed languages.
.
This package contains the Java API of Apache Avro
Description-md5: e17cf35abb47c7b6d16f98660f328fd5
Homepage: http://avro.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu