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

相关推荐
wuicer9 小时前
ubuntu 20.04 安装anaconda以及安装spyder
linux·运维·ubuntu
shuangrenlong12 小时前
ubuntu更新chrome版本
linux·chrome·ubuntu
基于python的毕设16 小时前
C语言栈的实现
linux·c语言·ubuntu
穷人小水滴21 小时前
在 windows 运行 flatpak 应用 (WSL)
linux·windows·ubuntu
mit6.8241 天前
ubuntu远程桌面很卡怎么解决?
linux·ubuntu·php
morliz子轩1 天前
基于WSL搭建Ubuntu 22.04.x LTS开发环境
linux·运维·ubuntu
路多辛2 天前
Debian新一代的APT软件源配置文件格式DEB822详解
linux·运维·ubuntu·debian
Web极客码2 天前
在Ubuntu 22.04上安装远程桌面服务
linux·运维·ubuntu
Danileaf_Guo2 天前
Ubuntu 18.04快速配置WireGuard互联
linux·运维·服务器·ubuntu
柳鲲鹏2 天前
Ubuntu下载、安装、编译指定版本python
运维·服务器·ubuntu