当我运行Kdenlive 它展示了时,我正在尝试下载Kdenlive的mlt模块glaxnimate,我尝试从github下载它,但在运行后无法得到执行。
git clone https://github.com/mltframework/mlt/releases/download/v7.8.0/mlt-
7.8.0.tar.gz
Cloning into 'mlt-7.8.0.tar.gz'...
remote: Not Found
fatal: repository 'https://github.com/mltframework/mlt/releases/download/v7.8.0/mlt-
7.8.0.tar.gz/' not found当我试图通过克隆我的Ubuntu版本添加
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy硬件
Terminal: gnome-terminal
Intel CPU: Intel i5-8250U (8) @ 3.400GHz
GPU: Intel UHD Graphics 620
GPU: AMD ATI Radeon R7 M260/M265 / M340/M360 / M440/M445 /
530/535 / 620/625 MobileKdenlive是22.08.1
发布于 2022-09-25 05:32:13
我已经通过下载kdenlive的AppImage文件来解决这个问题。
在运行之后,首先卸载kdenlive。
sudo apt install libfuse2它需要运行AppImage文件,然后在下一个屏幕右击它之后下载Kdenlive AppImage,转到权限选项卡并选中“允许执行文件作为程序”的复选框,然后双击它将运行。
https://askubuntu.com/questions/1431907
复制相似问题