本文介绍了Chrome OS:错误:系统不完全支持快照:无法使用“ squashfs”挂载squashfs映像:mount:的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用chromeos 80,并在crostini中使用debian buster。我想使用快照包管理器。当我尝试时:
I'm working with chromeos 80 and am using debian buster in crostini. I want to use the snap package manager. When I try:
~$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.
我该如何工作?
推荐答案
尝试以这种方式安装SNAPD
Try this way to install SNAPD
sudo apt install libsquashfuse0 squashfuse fuse
sudo apt install snapd
现在选择软件包名称:
sudo snap install gimp
这篇关于Chrome OS:错误:系统不完全支持快照:无法使用“ squashfs”挂载squashfs映像:mount:的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!