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

相关推荐
wkd_0078 小时前
Ubuntu 22.04 Samba 连接故障排查记:从“用户名或密码错误”到 NTLM 版本不兼容
linux·运维·ubuntu
烛衔溟10 小时前
TypeScript 类的类型 —— 作为类型使用
javascript·ubuntu·typescript
❀搜不到12 小时前
Ubuntu查看指定Python程序的CPU、GPU、内存占用情况
linux·python·ubuntu
Sisphusssss16 小时前
Ubuntu 装英伟达显卡驱动
linux·运维·ubuntu
姓蔡小朋友16 小时前
TypeScript数据类型
javascript·ubuntu·typescript
dnfdsaa19 小时前
【如何在Ubuntu 22上安装Claude Code并配置跳过官方引导】
linux·运维·ubuntu
森森-曦19 小时前
Ubuntu22.04 安装Snipaste截图工具(全程避坑)依赖报错、无法截图、快捷键失效终极解决
ubuntu·sinpaste
tang74516396219 小时前
华为云服务器Ubuntu 24安装redis202603
服务器·ubuntu·华为云
tang74516396219 小时前
Ubuntu 24.04 安装 Nginx 1.29.6 完整版教程20260320
linux·nginx·ubuntu
烛衔溟20 小时前
TypeScript 高级类型与工具类型全解
javascript·ubuntu·typescript