Problem Description
So Java 11 [is out][1]. Does anybody know how to install it (OpenJDK from Oracle) from the command line?
I would like to see something like it was before for Oracle Java 10:
sudo add-apt-repository ppa:linuxuprising/java
sudo apt-get update
sudo apt-get install oracle-java10-installer
P. S. In the [similar][2] question proposed instruction:
sudo apt-get install openjdk-11-jdk
doesn't work.
[1]: https://mail.openjdk.java.net/pipermail/announce/2018-September/000257.html
[2]: https://stackoverflow.com/questions/49507160/how-to-install-jdk-10-under-ubuntu
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?