I use OMV 6.7 on a Raspi Pi4B and also used the minidlna plugin. For some reasons, an update via the web UI removed it. I accidentally accepted it. Now, I cannot re-install it anymore.
Here is some output for a ssh console:
Code
$ sudo apt-get install openmediavault-minidlna
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libavformat58 : Depends: libavcodec58 (= 8:4.3.6-0+deb11u1+rpt5)
libchromaprint1 : Depends: libavcodec58 (>= 7:4.0)
E: Unable to correct problems, you have held broken packages.
Display More
Any idea how to resolve the issue?
I have not much experience with apt / Debian, my main OS is Gentoo.
It looks a bit like it needs two incompatible versions of the same dependency libavcodec58 and therefore cannot resolve the conflict. What options do I have? It worked before.