unzip

Extract files/directories from ZIP archives. See also: zip. More information: <https://manned.org/unzip>.

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