I'm not an expert Linux user and I'm facing a problem that blocks me from installing software.
When I try to install something, I always get:
You might want to run 'apt --fix-broken install' to fix this.
The following packages have unsatisfied dependencies:
kdenlive : Depends: libmlt++7 (>= 7.4.0) but won't install
libmlt7 : Depends: libmlt++7 (>= 7.4.0) but won't install
E: Unmet dependencies. Try 'apt --fix-broken install' without any packages (or specify a solution).
When I run apt --fix-broken install
I get:
dpkg: error processing file /var/cache/apt/archives/libmlt++7_7.4.0-1+20.04+focal+release+build18_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libmlt++-7.so.7' which is also in the libmlt++-7-7 7.0.1-0xneon+20.04+focal+release+build13 package
Errors were encountered while processing:
/var/cache/apt/archives/libmlt++7_7.4.[0-1+20.04+focal+release+build18_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I'm really lost here and stuck. Help is appreciated.