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

Last updated: May 08,2024

1. Install "liblz4-java" package

Here is a brief guide to show you how to install liblz4-java on Kali Linux

$ sudo apt update $ sudo apt install liblz4-java

2. Uninstall "liblz4-java" package

This tutorial shows how to uninstall liblz4-java on Kali Linux:

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

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

Package: liblz4-java
Source: lz4-java
Version: 1.8.0-4
Installed-Size: 150
Maintainer: Debian Java Maintainers
Architecture: all
Depends: liblz4-jni
Size: 115796
SHA256: 07b3ca9449828d6f907d7ff4de1397f44eafe116cdbd9ab500f33f102eb6597d
SHA1: 72d4a9d16a82e60b7cba783ad1e18d3094a9e094
MD5sum: d3cdf6a78536913fcb71ed9d53e553ec
Description: LZ4 compression for Java
LZ4 compression for Java, based on Yann Collet's work available at
https://github.com/lz4/lz4. This library provides access to two compression
methods that both generate a valid LZ4 stream: fast scan (LZ4) with a low
memory footprint, very fast and reasonable compression ratio, and high
compression (LZ4 HC) with medium memory footprint, rather slow and a good
compression ratio
.
The streams produced by those two compression algorithms use the same
compression format, are very fast to decompress and can be decompressed
by the same decompressor instance.
Description-md5:
Homepage: https://github.com/lz4/lz4-java
Section: java
Priority: optional
Filename: pool/main/l/lz4-java/liblz4-java_1.8.0-4_all.deb