Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install certbot with Snap method

Following the instruction from certbot website.

https://snapcraft.io/docs/installing-snap-on-debian

I have got an error when i use this command

> sudo snap install core
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
       /tmp/sanity-mountpoint-575285211: unknown filesystem type 'squashfs'.

My server running with this configuration

> lsb_release -a                                                                                                                               
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

> uname -mr                                                                                                                                  
4.19.203-xxxx-std-ipv6-64 x86_64

Thanks a lot

like image 411
Gary Houbre Avatar asked Jun 07 '26 00:06

Gary Houbre


1 Answers

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.

like image 188
Gary Houbre Avatar answered Jun 10 '26 10:06

Gary Houbre



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!