Hello,
i've set up my second, fresh OMV installation v. 4.14 and now i'm trying to install VirtualBox plugin and ZFS plugin from OMV-Extras. But it gives me this kind of error:
Code
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openmediavault-virtualbox : Depends: linux-headers-686-pae but it is not installable or
linux-headers-amd64 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
<<< *************************************
When i try to install "linux-headers-amd64" i get this message:
Code
Following packages have unmet dependencies:
linux-headers-amd64 : Depends: linux-headers-4.15.0-0.bpo.2-amd64 but is not going to be installed
E: Cannot resolve the problems, stopped broken packages.
And when i try to install linux-headers by this command: "apt install linux-headers-$(uname -r)" i get:
Code
The following packages have unmet dependencies:
linux-headers-4.15.0-0.bpo.2-amd64 : Depends: linux-compiler-gcc-6-x86 (>= 4.14.17-1~) but 4.9.82-1+deb9u3 is going to be installed
E: Cannot resolve problems, stopped broken packages.
How can i resolve this?