zipinfo

List detailed information about the contents of a .zip file. More information: <https://manned.org/zipinfo>.

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