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文件的执行权限: 右键-属性-允许执行文件
相关推荐
佛天华12 分钟前
centos 时间校准
linux·运维·centos
小柯J桑_1 小时前
Linux:线程封装
linux·运维·c++
先锋队长1 小时前
linux系统搭建nacos集群,并通过nginx实现负载均衡
linux·nginx·负载均衡
zwhSunday1 小时前
Linux驱动开发(1)概念、环境与代码框架
linux·运维·驱动开发
恒创科技HK3 小时前
现在中国香港服务器速度怎么样?
运维·服务器
创业之路&下一个五年3 小时前
第一部分:服务器硬件配置
运维·服务器
优秀的老黄4 小时前
Docker部署RabbitMQ
linux·运维·docker·中间件·容器·centos·rabbitmq
Lin_Aries_04214 小时前
容器使用卷
linux·运维·docker·云原生·容器·eureka