Comment 7 for bug 1799946

Revision history for this message
JPT (j-p-t) wrote :

workaround:

add bionic repo to your apt-sources:
deb http://de.archive.ubuntu.com/ubuntu/ bionic universe

maybe you should add "updates" or "security" repo too.

test with or immediately pin with the file below
sudo apt install openjfx=8u161-b12-1ubuntu2 libopenjfx-java=8u161-b12-1ubuntu2

pin the version by creating this file
$ cat /etc/apt/preferences.d/openjfx
Package: openjfx
Pin: release a=bionic
Pin-Priority: 1001

Package: libopenjfx-java
Pin: release a=bionic
Pin-Priority: 1001