lzop

Compress or decompress files with LZO compression. More information: <https://www.lzop.org/>.

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