Kdenlive installation problem


kdenlive installation la indha mari varudhu

Can you share more info on this ?

Because without specifics we cannot find the root cause

By which source are you trying to install kdenlive ?
(Is it through apt or deb package from website or compiling from source code ?)

yes
ppa add panitu install panna anna
kdenlive_message

Again you are not saying from which source you are trying to install ?

From above screenshot i can see some dependencies are missing first try to install those and continue with kdenlive installation

sudo apt install kdenlive
indha command dha bro pootan

Seems the issue is your linux distro already have the melt and libmlt version.

So kdenlive tries to update them but fails to update it properly.

You can remove the melt and libmlt firstly

Then do a kdenlive install.

If you already installed the kdenlive improperly ten try to clean remove it firstly

Found this from reference

Run the below commands one by one

Below commands remove incorrectly installed kdenlive

sudo apt purge kdenlive

Below one removes issues old version libmlt and melt

sudo apt purge libmlt7-data melt

Again reinstalling kdenlive properly

sudo apt install kdenlive 

This should solve the issue
Try and reply

illa bro error varudhu

ls -l /etc/apt/sources.list.d

இந்த கமாண்டை இயக்கி வரும் தகவலை பகிரவும்.

cat /etc/apt/sources.list.d/kdenlive-kdenlive-stable-jammy.list

இந்த கமாண்டை இயக்கி வரும் தகவலை பகிரவும்.

ls -ltr /var/lib/apt/lists/ppa*_Packages

இந்த கமாண்டை இயக்கி வரும் தகவலை பகிரவும்.

grep '^Package:' /var/lib/apt/lists/ppa.*_Packages | cut -d' ' -f2- | xargs dpkg -l 2>/dev/null  | grep '^ii' | awk '{print $2}' | cut -d: -f1

இந்த கமாண்டை இயக்கி வரும் தகவலை பகிரவும்.

sudo apt purge -y kdenlive-data libmlt++7 libmlt7

இந்த கமாண்டை இயக்கவும். முடிந்தபின்

grep '^Package:' /var/lib/apt/lists/ppa.*_Packages | cut -d' ' -f2- | xargs dpkg -l 2>/dev/null

இந்த கமாண்டை இயக்கவும். வரும் தகவலை பகிரவும்.

sudo apt --fix-broken install

இந்த கமாண்டை இயக்கிய பின்

grep '^Package:' /var/lib/apt/lists/ppa.*_Packages | cut -d' ' -f2- | xargs dpkg -l 2>/dev/null

இந்த கமாண்டை இயக்கவும். வரும் தகவலை பகிரவும்.

sudo apt --fix-broken install

grep '^Package:' /var/lib/apt/lists/ppa.*_Packages | cut -d' ' -f2- | xargs dpkg -l 2>/dev/null