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

相关推荐
海兰1 小时前
【插件】Logbook 插件完全指南(适配 Ubuntu 24.04)
linux·运维·人工智能·ubuntu·agent·openclaw
勇往直前plus2 小时前
Docker PostgreSQL 16 部署要点(Ubuntu 22)
ubuntu·docker·postgresql
Eloudy8 小时前
sunshine - ubuntu 22.04, moonlight - mac OS26 远程桌面
linux·运维·ubuntu
牢姐与蒯9 小时前
Linux进程(二)之进程概念
linux·运维·服务器·ubuntu
猫吃了源码10 小时前
Linux系统制作 Ubuntu Server 24.04 启动U盘详细教程
linux·服务器·ubuntu
奈斯先生Vector1 天前
从 127.0.0.1:3080 到插件运行时:DeepSeek Harness 远程开发与版本治理实战
linux·运维·人工智能·ubuntu·aigc
头发够用的程序员1 天前
ImportError: libopenblas.so.0: cannot open shared object file 完整复盘与解决方案
python·ubuntu
搬砖的小码农_Sky1 天前
LANDrop 在 Ubuntu 上的安装方法
linux·运维·计算机网络·ubuntu
King of fraud2 天前
Linux Ubuntu 基础操作入门指南
linux·运维·ubuntu
益达丫2 天前
Linux信号机制:从闹钟到进程终止的全面解析
linux·笔记·学习·mysql·ubuntu