p7zip

Wrapper of 7-Zip file archiver with high compression ratio. Internally executes either 7za or 7zr command. More information: <http://p7zip.sourceforge.net>.

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