Skip to content

Instantly share code, notes, and snippets.

@aslamanver
Created November 28, 2019 09:53
Show Gist options
  • Save aslamanver/12c6ffdb2b565e84709028d7429cc34f to your computer and use it in GitHub Desktop.
Save aslamanver/12c6ffdb2b565e84709028d7429cc34f to your computer and use it in GitHub Desktop.
Install openjfx using the below command, This workaround worked on Linux Mint 19.1 Tessa (Ubuntu 18.04 based).
sudo apt purge openjfx
sudo apt install openjfx=8u161-b12-1ubuntu2 libopenjfx-jni=8u161-b12-1ubuntu2 libopenjfx-java=8u161-b12-1ubuntu2
sudo apt-mark hold openjfx libopenjfx-jni libopenjfx-java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment