Quantcast
Channel: tech cottage
Viewing all articles
Browse latest Browse all 48

Install oracle jdk16 on ubuntu 18

$
0
0

add-apt-repository ppa:linuxuprising/java
 

apt install oracle-java16-installer --install-recommends

The above command would set java 16 as default. To avoid that - use the following command:

apt install oracle-java16-installer --no-install-recommends




Viewing all articles
Browse latest Browse all 48

Trending Articles