I need squashfs for snap, but it seems it's not there.
I tried installing libsquashfs-dev, libsquashfs1, libsquashfuse0, squashfs-tools, squashfuse, but no improvement
Tips how to solve this?
sander@bananapif3:~$ sudo modprobe squashfs
modprobe: FATAL: Module squashfs not found in directory /lib/modules/6.1.15-legacy-k1
sander@bananapif3:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Armbian-bpi-SpacemiT 24.5.0-trunk noble
Release: 24.04
Codename: noble
sander@bananapif3:~$ apt list --installed | grep -i squashfs
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libsquashfs-dev/noble,now 1.2.0-1 riscv64 [installed]
libsquashfs1/noble,now 1.2.0-1 riscv64 [installed]
squashfs-tools/noble,now 1:4.6.1-1build1 riscv64 [installed]
sander@bananapif3:~$ snap install hello-world
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": -----
mount: /tmp/syscheck-mountpoint-1699862111: unknown filesystem type 'squashfs'.
dmesg(1) may have more information after failed mount system call.
-----