appimage 错误dlopen(): error loading libfuse.so.2

运行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

只要运行
sudo apt install libfuse2
就行。
点赞

发表回复

电子邮件地址不会被公开。必填项已用 * 标注