Ubuntu 22.04无法运行Appimage
Ubuntu22.04无法运行Appimage,遇到问题:dlopen(): error loading libfuse.so.2AppImages require FUSE to run.You might still be able to extract the contents of this AppImageif you run it with the --appimage-extract
·
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
然后就可以运行Appimage了,如下图:
更多推荐
所有评论(0)