zstdless
Open a zstd compressed file for interactive reading, allowing scrolling and search. See also: zstd, less. More information: <https://manned.org/zstdless>.
RUN apt-get update && \
apt-get install -y zstd
RUN apt-get update && \
apt-get install -y zstd
RUN apk add zstd
RUN pacman -S --noconfirm zstd
RUN apt-get update && \
apt-get install -y zstd
RUN dnf install -y zstd
RUN apt-get update && \
apt-get install -y zstd