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文件的执行权限: 右键-属性-允许执行文件
相关推荐
Logan Lie5 分钟前
Web服务监听地址的取舍:0.0.0.0 vs 127.0.0.1
运维·后端
Y淑滢潇潇29 分钟前
RHCE 防火墙实验
linux·运维·rhce
wadesir1 小时前
当前位置:首页 > 服务器技术 > 正文Linux网络HSRP协议(实现路由器热备份与高可用性的实用指南)
linux·服务器·网络
稻谷君W1 小时前
Ubuntu 远程访问 Win11 WSL2 并固定访问教程
linux·运维·ubuntu
泡沫·1 小时前
4.iSCSI 服务器
运维·服务器·数据库
胡八一1 小时前
解决PHP未检测到您服务器环境的sqlite3数据库扩展报错
服务器·数据库·php
不解不惑1 小时前
OpenAI whisper 语音识别服务器搭建
服务器·whisper·语音识别
gaize12131 小时前
适合业务规模较大的场景的服务器测评
服务器
wdfk_prog1 小时前
[Linux]学习笔记系列 -- [kernel]workqueue
linux·笔记·学习
wdfk_prog1 小时前
[Linux]学习笔记系列 -- [kernel]usermode_helper
linux·笔记·学习