How to Install zstd in Ubuntu 18.04



Install zstd by entering the following commands in the terminal:

sudo apt update
sudo apt install zstd

Description:

fast lossless compression algorithm -- CLI tool

Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio. . This package contains the CLI program implementing zstd.

Homepage: https://github.com/facebook/zstd

Version: 1.3.3+dfsg-2ubuntu1

Section: universe/utils