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

相关推荐
bugtraq20212 小时前
XiaoMi Mi5(gemini) 刷入Ubuntu Touch 16.04——安卓手机刷入Linux
linux·运维·ubuntu
大地爱4 小时前
在Ubuntu 22.04 LTS 上安装 MySQL两种方式:在线方式和离线方式
mysql·ubuntu·adb
丰色木夕4 小时前
Ubuntu+vscode+CGAL6.0库安装入门教程
ubuntu·cgal
reset202112 小时前
ubuntu离线安装ollama
linux·ubuntu·ollama
m0_7482487712 小时前
在 Ubuntu 上安装 Nginx 的详细指南
nginx·ubuntu·postgresql
猫猫的小茶馆1 天前
【网络编程】UDP协议
linux·服务器·网络·网络协议·ubuntu·udp
AuGuSt_811 天前
在windows下安装windows+Ubuntu16.04双系统(下)
linux·ubuntu·双系统
aaon223571 天前
ubuntu ffmpeg 安装踩坑
linux·ubuntu·ffmpeg
从后端到QT1 天前
ubuntu磁盘清理垃圾文件
linux·运维·ubuntu
JsenLong1 天前
ubuntu 守护进程
linux·chrome·ubuntu