zip

Package and compress (archive) files into zip file. See also: unzip. More information: <https://manned.org/zip>.

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