lz4

Compress or decompress .lz4 files. More information: <https://github.com/lz4/lz4>.

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