我无法运行kdenlive appimage (Ubuntu18.04,kdenlive-18.12.1b-x86_64),同样适用于19.x.x版)。
我收到以下信息:
$ sudo ./kdenlive-18.12.1b-x86_64.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和libfuse2,并重新安装了它们,但这并没有帮助。这是我的办公室电脑,而kdenlive在我家里的电脑上运行得很好。我不知道我错过了什么。
发布于 2019-06-02 07:21:39
我做了些调查。看来由于某种原因,我不太清楚,我的电脑上只安装了32位的libfuse2和fuse软件包。在安装了64位包之后,kdenlive应用程序映像运行得完美无缺。
发布于 2022-05-07 21:52:11
将其移动到桌面,右键单击它,单击“与其他应用程序一起打开”,向下滚动,直到您看到应用程序"Run“。点击那个,然后点击“打开”。您的.AppImage文件现在将打开。请注意,我是在Ubuntu20.04LTS上这样做的。我建议您下载这个并使用可引导的usb升级到它。我还回顾了使用Etcher使usb可启动。还请注意,Etcher也是一个AppImage文件,所以请按照我给出的打开AppImage的说明。希望这能有所帮助!
Ubuntu20.04 LTS ISO:https://releases.ubuntu.com/20.04/ubuntu-20.04.4-desktop-amd64.iso Etcher AppImage:https://www.balena.io/Etcher
(均免费)
https://askubuntu.com/questions/1147621
复制相似问题