7za

File archiver with a high compression ratio. Similar to 7z except that it supports fewer file types but is cross-platform. More information: <https://manned.org/7za>.

Debian Debian
RUN apt-get update && \ apt-get install -y p7zip-full
Ubuntu
RUN apt-get update && \ apt-get install -y p7zip-full
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-full
Fedora
RUN dnf install -y p7zip
Raspbian
RUN apt-get update && \ apt-get install -y p7zip-full
click the source code to copy install 7za on any operating system with command-not-found.com