Linux appimage如何正确打开

本文介绍了在初次使用AppImage时遇到的双击无法打开的问题,原因是缺少FUSE库。提供了解决方案,包括在Ubuntu系统上安装libfuse2以及设置AppImage文件的执行权限。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在之前的文章中,提到使用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文件的执行权限: 右键-属性-允许执行文件

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值