unzipsfx

Create a self-extracting compressed binary file by prepending self-extracting stubs on a zip file. More information: <https://manned.org/unzipsfx>.

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