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

Last updated: May 07,2024

1. Install "libavro-java" package

This tutorial shows how to install libavro-java on Kali Linux

$ sudo apt update $ sudo apt install libavro-java

2. Uninstall "libavro-java" package

Please follow the instructions below to uninstall libavro-java on Kali Linux:

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

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

Package: libavro-java
Source: avro-java
Version: 1.8.2-1
Installed-Size: 3014
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libjackson-json-java, libparanamer-java, libsnappy-java, libcommons-compress-java, libxz-java, libslf4j-java
Size: 2612960
SHA256: 3328c0e2a748f6b1f1632bb90e444b14fd61b5b65ffc79820206a41c02461b0b
SHA1: e34e7c398749e813ecb85e94e97535028c9d2f66
MD5sum: 73d738845f12a480185955db49086c0d
Description: 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:
Homepage: http://avro.apache.org
Section: java
Priority: optional
Filename: pool/main/a/avro-java/libavro-java_1.8.2-1_all.deb