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

Last updated: May 03,2024

1. Install "liblz4-jni" package

This is a short guide on how to install liblz4-jni on Kali Linux

$ sudo apt update $ sudo apt install liblz4-jni

2. Uninstall "liblz4-jni" package

This guide let you learn how to uninstall liblz4-jni on Kali Linux:

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

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

Package: liblz4-jni
Source: lz4-java
Version: 1.8.0-4
Installed-Size: 33
Maintainer: Debian Java Maintainers
Architecture: amd64
Depends: liblz4-1 (>= 0.0~r130), libxxhash0 (>= 0.6.5)
Size: 10104
SHA256: 5101c1b410c24b6a239c42ff8239c0878e151fd709bd4ec368718e998e8f8eda
SHA1: f1286ac37cf5fede6271a2b4266973a99a556633
MD5sum: 248935c7547190e4a44627f15aea14db
Description: LZ4 compression for Java (JNI library)
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.
.
This package contains the architecture specific Java native interface part.
Description-md5:
Homepage: https://github.com/lz4/lz4-java
Section: java
Priority: optional
Filename: pool/main/l/lz4-java/liblz4-jni_1.8.0-4_amd64.deb