我正在尝试下载 mlt 模块 glaxnimateKdenlive当我运行 Kdenlive 时它表明我正在尝试从下载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 Mobile
Kdenlive 是 22.08.1
答案1
我已经通过下载 AppImage 文件解决了这个问题kdenlive
首次卸载kdenlive 在那次奔跑之后
sudo apt install libfuse2
需要运行 AppImage 文件然后下载Kdenlive AppImage 然后在下一个屏幕中右键单击它,转到“权限”选项卡并选中“允许以程序形式执行文件”框,双击它将运行
答案2
除了 Sarthak 的回答之外,如果您尝试安装它并且它说它已安装,您需要使用以下命令重新安装它。
sudo apt reinstall libfuse2
不确定需要重新处理哪些触发器,但此后 KDEnlive 就可以正常打开。