我正在使用ChromeOS80,并在crostini中使用debian buster。我想使用snap包管理器。当我尝试的时候:
~$sudo snap install hello-world
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
/tmp/sanity-mountpoint-962423259: mount failed: Operation not permitted.我怎么才能让它正常工作呢?
发布于 2020-07-14 02:42:57
尝试使用此方法安装SNAPD
sudo apt install libsquashfuse0 squashfuse fuse
sudo apt install snapd现在选择package name:
sudo snap install gimp 发布于 2021-01-16 20:52:08
在CentOS 8下,我们有一个禁用了所有未使用文件系统的文件/etc/modprobe.d/CIS.conf。删除行:install squashfs /bin/true会解决错误
发布于 2020-04-04 10:36:44
尝试:sudo modprobe loop
Here是一个基于你的错误的相关论坛帖子。
https://stackoverflow.com/questions/60859806
复制相似问题