我无法运行 kdenlive appimage(Ubuntu 18.04,kdenlive-18.12.1b-x86_64.appimage,版本 19.xx 也是如此)。
我收到以下消息:
$ 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 在我家的电脑上运行良好。我不知道我错过了什么……
答案1
我做了一些研究。看起来出于某种我不太清楚的原因,我的电脑上只安装了 libfuse2 和 fuse 的 32 位软件包。安装 64 位软件包后,kdenlive appimage 运行正常。
答案2
将其移动到桌面,右键单击它,单击“使用其他应用程序打开”,向下滚动直到看到应用程序“运行软件”。单击它,然后单击“打开”。您的 .AppImage 文件现在将打开。请注意,我在 Ubuntu 20.04 LTS 上执行了此操作。我建议您下载它并使用可启动 usb 升级到它。我还建议使用 Etcher 制作可启动 usb。另请注意,Etcher 也是一个 AppImage 文件,因此请按照我给出的说明打开 AppImage。希望这对您有所帮助!
Ubuntu20.04 LTS ISO:https://releases.ubuntu.com/20.04/ubuntu-20.04.4-desktop-amd64.iso Etcher 应用图像:https://www.balena.io/Etcher
(均免费)