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

相关推荐
songyuc24 分钟前
【Ubuntu】请问,『kill -9』跟『kill -15』有区别吗?
linux·ubuntu
kikikidult2 小时前
ubuntu中卸载软件的几种方法
笔记·ubuntu
Skrrapper5 小时前
ubuntu?centos?还是 redhat?Linux 系统选哪个?
linux·ubuntu·centos
余衫马8 小时前
实战指南:RVC 语音转换框架
人工智能·深度学习·ubuntu
艾莉丝努力练剑8 小时前
【Linux指令 (一)】Linux 命令行入门:从零开始理解Linux系统理论核心概念与基础指令
linux·c++·经验分享·ubuntu·centos
gsfl9 小时前
环境搭建,Ubuntu 安装、客户端使用与性能认知
linux·运维·ubuntu
且行且知9 小时前
在ubuntu下载企业微信
linux·ubuntu·企业微信
yong999018 小时前
安装MariaDB服务器流程介绍在Ubuntu 22.04系统
服务器·ubuntu·mariadb
bing_feilong20 小时前
树莓派4B+ubuntu20.04:不插显示器能不能正常开机?
ubuntu
阳懿1 天前
windows系统电脑远程登录ubuntu系统电脑
linux·运维·ubuntu