zstdcat

This command is an alias of zstd --decompress --stdout.

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 zstdcat on any operating system with command-not-found.com