unsquashfs

Uncompress, extract and list files in squashfs filesystems. More information: <https://manned.org/unsquashfs>.

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