I need to install Oracle JDK 11 on Ubuntu Server 18.04. I have seen many tutorials but all of those point that I need to download this repository:
sudo add-apt-repository ppa:linuxuprising/java
But it is not working. This is what I get:
Also, I need to install Open JDK 14 in the same Ubuntu machine, but I'm unable to find working instructions.
Does somebody have any hints on these issues?