Can't install Snap apps on fedora 41

I recently moved to fedora and I am already having trouble with Fedora 41 KDE, I cant install any apps and I have school to go to

error messgae:
status-code=500 kind=(null) message=system does not fully support snapd: cannot mount squashfs image using “squashfs”:

mount: /tmp/syscheck-mountpoint-3304184137: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.

What do you have in dmesg regarding this error.

You might find reading this useful, especially the part about watching dmesg as you trigger this issue.

1 Like

There are upgrades in updates-testing for the snap packages that would fix this issue. Run

dnf update --enablerepo=updates-testing snapd snap-confine snapd-selinux

or wait until it is released in stable.

Thank u so much! this helped a lot.