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

相关推荐
sleP4o2 小时前
【Ubuntu 24.04】常见问题解决
linux·ubuntu
过过过呀Glik3 小时前
在 Ubuntu 中安装 C++ 版本的 Protocol Buffers
linux·c++·ubuntu·protocol
bai_shuang5 小时前
Linux环境(Ubuntu)上搭建MQTT服务器(EMQX )网络环境部署
linux·服务器·ubuntu
longze_713 小时前
国产信创实践(国能磐石服务器操作系统CEOS +东方通TongHttpServer)
linux·服务器·nginx·ubuntu·centos·操作系统·openeuler
梦游钓鱼15 小时前
Ubuntu中批量重命名,rename
linux·运维·ubuntu
浪浪山小白兔16 小时前
使用Supervisor在Ubuntu中实现后台自启动服务
运维·服务器·ubuntu
jjjxxxhhh12318 小时前
Linux 发行版介绍与对比:Red Hat、Ubuntu、Kylin、Debian
linux·ubuntu·kylin
涛ing19 小时前
12. C语言 数组与指针(深入理解)
linux·c语言·开发语言·数据结构·c++·算法·ubuntu
过过过呀Glik21 小时前
在 Ubuntu 上对 Nginx 进行源码编译的详细指南
数据库·nginx·ubuntu