Skip to content

Commit

Permalink
Merge pull request #1 from Ash-Crow/Ash-Crow-patch-doc
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Ash-Crow authored Oct 29, 2019
2 parents 70d9faf + aef65bb commit 58d55dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ sudo apt-get install openjfx
on your terminal.
You can also check this link: https://pkgs.org/download/openjfx for more information on ```openjfx``` package for these distributions.

Starting with Ubuntu 18.10 (and around the same time in Debian Sid), openjfx version 8 is no more available. Though it is possible to force the openjfx to stay in version 8, and run pattypan, this is pretty much a hack. If you still wish to proceed, you can run:

```
apt purge openjfx
apt install openjfx=8u161-b12-1ubuntu2 libopenjfx-jni=8u161-b12-1ubuntu2 libopenjfx-java=8u161-b12-1ubuntu2
apt-mark hold openjfx libopenjfx-jni libopenjfx-java
```

If this still doesn't work, you may need to add the following line to you `/etc/apt/sources.list` file before running it again:

```
deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe multiverse
```

### License
Copyright (c) 2016 Paweł Marynowski.

Expand Down

0 comments on commit 58d55dc

Please sign in to comment.