Installing Oracle Java 16 and Ubuntu 20.04, 18.04, 20.10
The following guide describes how to install Oracle Java 16 on Ubuntu systems 20.04, 18.04, 20.10
We will do everything in a few simple steps.
We start the terminal and add the repository to the system:
1 | sudo add-apt-repository ppa:linuxuprising/java |
The next step is to update the packages and install:
1 | sudo apt update |
1 | sudo apt install oracle-java16-installer |
After executing the command
1 | java --version |
We should see our new java version

If we would like to install Java version 16 but not to set it as the default, we can use instead of the previous command:
1 | sudo apt install oracle-java16-installer --no-install-recommends |
Related entries:
Scanning the server for viruses using ClamAV in Ubuntu 22.04
Installing AnyDesk in Ubuntu 22.04
gconf-service gconf-service-backend gconf2-common libappindicator1 libc++1 libc++1-9 libc++abi1-9 libdbusmenu-gtk4 libgail-common libgail18 libgconf-2-4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-commonAll-in-one voice and text chat for gamers
All-in-one voice and text chat for gamers that's free 22.04
Checking the installed version of Gnome on Linux
Full installation of Linux LAMP server, Apache, MySql, PHP Debian 8





