Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 sudo 命令在 debian 10 buster 上安装 snap。当我运行命令“sudo snap install core”时,我收到错误消息:
系统不完全支持 snapd:无法使用“squashfs”挂载 squashes 映像:挂载:/tmp/sanity-mountpoint-600122688:挂载失败:不允许操作
可能是什么原因?谢谢。
这个问题可能有几个原因:
我不得不将回购添加add deb http://ftp.debian.org/debian stable main contrib non-free到我的/etc/apt/sources.list然后apt update。我的原始存储库列表不包含 squashfuse 包。
add deb http://ftp.debian.org/debian stable main contrib non-free
/etc/apt/sources.list
apt update
尝试这个: sudo apt install libsquashfuse0 squashfuse fuse
sudo apt install libsquashfuse0 squashfuse fuse
您可能还需要sudo modprobe loop
sudo modprobe loop