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

相关推荐
hjhcos3 小时前
【pgsql】Ubuntu备份和清理数据库postgresql
数据库·ubuntu·postgresql
骑着骆驼写程序5 小时前
Ubuntu上部署前端项目报500错误
linux·运维·ubuntu
小小的木头人7 小时前
Ubuntu 26.04 换阿里云镜像源
linux·ubuntu·阿里云
qq_254674417 小时前
Ubuntu 20.04取消自动休眠的三种实现方案
linux·chrome·ubuntu
LuDvei8 小时前
Windows x86 架构下 Ubuntu 虚拟机内打包 Qt 文件指南
windows·qt·ubuntu
ghking110 小时前
ubuntu下部署大模型显存被其它程序占用问题解决
ubuntu·大模型·gnome·nvidia-smi·xorg·remote-desktop
灰灰老师10 小时前
Ubuntu 24.04 使用 Nginx + Docker Tomcat9 + HTTPS 完整部署教程
nginx·ubuntu·docker
WL_Aurora12 小时前
CentOS vs Ubuntu
linux·ubuntu·centos
BatyTao12 小时前
Ubuntu下载地址
linux·运维·ubuntu
东风微鸣12 小时前
从 Windows 11 迁移到 Ubuntu 26.04:双系统安装与体验记录
linux·windows·ubuntu