Mounting a squashfs filesystem is supported by all modern Linux distributions. However, creating squashfs files requires squashfs-tools, which can be installed using the package manager:
$ sudo apt-get install squashfs-tools
Alternatively, this can be used:
$ yum install squashfs-tools