mksquashfs

Create or append files and directories to squashfs filesystems. More information: <https://manned.org/mksquashfs>.

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