Chromeos: Error: System Does Not Fully Support Snapd: Cannot Mount Squashfs Image Using "Squashfs": Mount:

ChromeOS: error: system does not fully support snapd: cannot mount squashfs image using squashfs: mount

Try this way to install SNAPD

sudo apt install libsquashfuse0 squashfuse fuse
sudo apt install snapd

Now select package name:

sudo snap install gimp 

Cannot install certbot with Snap method

This problem provide a module squashfs it's not include into kernel, to verify this :

grep squashfs /proc/filesystems

If the result is empty, then the module is probably not load.

To verify if the module exist in your kernel you need following this command :

modprobe squashfs

If you have got an error, then your kernel doesn't support 'squashfs' module.



Related Topics



Leave a reply



Submit