zstdmt

This command is an alias of zstd --threads 0 (which sets the number of working threads to the number of physical CPU cores).

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