1

I am trying to install kdenlive through the official repository but I am getting this error telling me that libmlt++3 and libmlt6 are outdated. As result, I cannot install kdenlive. I found the newer version (6.6, kdenlive requires at least 6.13) but its impossible for me to install it. Can anyone help me? Using this command sudo apt install libmlt++3 just reinstalls vesrion 6.0... What am I to do?

Edit: The software centre doesn't work neither :(

1 Answers1

0

You can use packages from the “Kdenlive” team PPA:

sudo add-apt-repository ppa:kdenlive/kdenlive-stable
sudo apt-get install kdenlive

It provides both libmlt and kdenlive packages.

Update 2019-04-14: installation fails before 2019-04-13. I have contacted PPA owner about the issue and today it installs normally.

N0rbert
  • 99,918