7zr

File archiver with a high compression ratio. Similar to 7z except that it only supports .7z files. More information: <https://manned.org/7zr>.

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 7zr on any operating system with command-not-found.com