use*_*629 16 linux debian google-chrome-os crostini
我正在使用 chromeos 80 并在 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.
Run Code Online (Sandbox Code Playgroud)
我怎样才能让它工作?
小智 26
试试这样安装SNAPD
sudo apt install libsquashfuse0 squashfuse fuse
sudo apt install snapd
Run Code Online (Sandbox Code Playgroud)
现在选择包名称:
sudo snap install gimp
Run Code Online (Sandbox Code Playgroud)