zstd

Compress or decompress files with Zstandard compression. More information: <https://github.com/facebook/zstd>.

Debian Debian
RUN apt-get update && \ apt-get install -y zstd
Ubuntu
RUN apt-get update && \ apt-get install -y zstd
Alpine
RUN apk add zstd
Arch Arch Linux
RUN pacman -S --noconfirm zstd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y zstd
Fedora
RUN dnf install -y zstd
Raspbian
RUN apt-get update && \ apt-get install -y zstd
click the source code to copy install zstd on any operating system with command-not-found.com