I’ve followed the instructions to install Snappy, but trying to install anything fails:
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
/tmp/sanity-mountpoint-557719543: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error.
I have rebooted many times. I see nothing relevant in dmesg or the journal, and have no down services.
> sudo rpm -qa | grep fuse
libsquash**fuse**0-0.1.103-2.27.x86_64
lib**fuse**2-2.9.9-5.4.x86_64
squash**fuse**-devel-0.1.103-2.27.x86_64
**fuse**-doc-2.9.9-5.4.x86_64
squash**fuse**-0.1.103-2.27.x86_64
kio-**fuse**-5.0.1-2.6.x86_64
**fuse**-2.9.9-5.4.x86_64
python38-de**fuse**dxml-0.7.1-2.4.noarch
gvfs-**fuse**-1.48.1-2.4.x86_64
lib**fuse**3-3-3.10.5-1.3.x86_64
**fuse**3-3.10.5-1.3.x86_64
squash**fuse**-libs-0.1.102-1.el8.x86_64
**fuse**-devel-2.9.9-5.4.x86_64
> sudo lsmod | grep fuse
**fuse** 163840 5
I’ve been able to use mksquashfs and mount it fine. Any ideas?