【发布时间】:2020-03-26 01:33:48
【问题描述】:
我正在使用 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.
我怎样才能让它工作?
【问题讨论】:
-
sudo modprobe 循环仅适用于archlinux 而不是debian,更不用说它是crostini 上的debian。我正在处理同样的问题,也许我会在找到解决方案时发布。
-
我的猜测是crostini 安装了noexec 或nodev
-
请编辑你的 .bashrc 或 .profile 或 /etc/environment 并更新你的路径,或者你可以分享你的 rc 文件或给你任何图像
标签: linux debian google-chrome-os crostini