Linux appimage如何正确打开

在之前的文章中,提到使用appimage软件非常方便。

但是首次使用会遇到这样的问题:

  1. 双击打不开

  2. 在终端打开提示:

'/home/roy/software/appimage/Obsidian-1.5.11.AppImage'

dlopen(): error loading libfuse.so.2

AppImages require FUSE to run.

You might still be able to extract the contents of this AppImage

if you run it with the --appimage-extract option.

See https://github.com/AppImage/AppImageKit/wiki/FUSE

for more information

所以就是有个包没有安装,正常下载安装即可。

FUSE · AppImage/AppImageKit Wiki · GitHub

For example, on Ubuntu (>= 22.04):

复制代码
sudo add-apt-repository universe
sudo apt install libfuse2

安装后即可正常打开AppImage

注意事项:

  1. 请记得修改appimage文件的执行权限: 右键-属性-允许执行文件
相关推荐
若疆赤云online2 分钟前
window和ubuntu自签证书
linux·运维·ubuntu
像风一样自由20204 分钟前
图像识别系统 - Ubuntu部署指南(香橙派开发板测试)-学习记录1
linux·学习·ubuntu
yangshuo12815 分钟前
新ubuntu物理机开启ipv6让外网访问
linux·运维·ubuntu
背书包的儿郎11 分钟前
docker--什么是docker
运维·docker·容器
绝顶少年15 分钟前
反向代理、负载均衡与镜像流量:原理剖析、区别对比及 Nginx 配置实践
运维·nginx·负载均衡
别致的影分身16 分钟前
Docker Container(容器)
运维·docker·容器
ZZZKKKRTSAE21 分钟前
快速上手Linux的Web服务器的部署及优化
linux·运维·服务器·web
小梦想的博客38 分钟前
将本地Springboot项目部署到Linux服务器
服务器
卷卷的小趴菜学编程1 小时前
Linux系统之----程序地址空间
linux·运维·虚拟地址空间·写时拷贝·程序地址空间·缺页中断·惰性加载
小草cys1 小时前
AI工作流自动化与智能应用开发平台
运维·人工智能·自动化·dify