Hi,
after flashing to Drive OS 5.0.10.3 with with SDK Manager,
I need to install OpenJDK 8 JRE,
but this fails with
sudo apt-get install openjdk-8-jre
The following packages have unmet dependencies:
openjdk-8-jre : Depends: openjdk-8-jre-headless (= 8u282-b08-0ubuntu1~16.04) but it is not going to be installed
Recommends: fonts-dejavu-extra but it is not installable
E: Unable to correct problems, you have held broken packages.
sudo apt-get install openjdk-8-jre-headless
The following packages have unmet dependencies:
openjdk-8-jre-headless : Depends: java-common (>= 0.28) but it is not installable
E: Unable to correct problems, you have held broken packages.
sudo apt-get install java-common
E: Package 'java-common' has no installation candidate
Searching the internet does not reveal a straight-forward solution, so,
if someone has found a way to properly install the JRE, its solution would be appreciated.