How to Install golang-github-pierrec-lz4-dev in Ubuntu 18.04



Install golang-github-pierrec-lz4-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-pierrec-lz4-dev

Description:

LZ4 compression and decompression in pure Go

This library implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.Reader (decompression) and io.Writer (compression). It is designed to minimize memory usage while maximizing throughput by being able to [de]compress data concurrently.

Homepage: https://github.com/pierrec/lz4

Version: 0.0~git20170519.0.5a3d224-2

Section: universe/devel