Created
November 28, 2019 09:53
-
-
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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