Ubuntu24.04安装AppImage报错AppImages require FUSE to run.

报错如下:

解决:

bash 复制代码
sudo apt install libfuse2t64

如果不行:

bash 复制代码
sudo add-apt-repository universe
sudo apt install libfuse2t64

安装时又报错:

10354:0109/100149.571068:FATAL:setuid_sandbox_host.cc(158)\] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_markte75lsid/chrome-sandbox is owned by root and has mode 4755. Trace/breakpoint trap (core dumped)

解决:

启动时在后面加上--no-sandbox

相关推荐
XXOOXRT1 小时前
Ubuntu搭建Java项目运行环境(JDK17+MySQL8.0)超详细教程
java·linux·mysql·ubuntu
吴声子夜歌1 小时前
TypeScript——类型基础(二)
linux·ubuntu·typescript
vvw&1 小时前
如何从 Ubuntu 24.04 升级到 Ubuntu 25.04
linux·运维·服务器·ubuntu
tobebetter95272 小时前
Debian / Ubuntu openclaw 浏览器自动化
ubuntu·自动化·debian
王小义笔记4 小时前
解决使用WSL客户端养龙虾后C盘空间告急的问题
ubuntu·ai·键盘·openclaw
STKingA15 小时前
Win11 WSL2+Ubuntu开发环境配置全攻略
linux·运维·ubuntu
吴声子夜歌7 小时前
TypeScript——内置工具类型、类型查询、类型断言和类型细化
linux·ubuntu·typescript
吴声子夜歌8 小时前
TypeScript——索引类型、映射对象类型、条件类型
git·ubuntu·typescript
枫桥骤雨17 小时前
我的龙虾日记
ubuntu·openclaw
枫桥骤雨21 小时前
本地OpenClaw部署教程
ubuntu·openclaw