How to Install libsnappy-java in Ubuntu 18.04



Install libsnappy-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libsnappy-java

Description:

Snappy for Java, a fast compressor/decompresser

Java port of Snappy, a fast compresser/decompresser written in C++, originally developed by Google. . Snappy's main target is very high-speed compression/decompression with reasonable compression size. So the compression ratio of snappy-java is modest and about the same as LZF (ranging 20%-100% according to the dataset).

Homepage: https://github.com/xerial/snappy-java

Version: 1.1.4-1

Section: universe/java