Answers for "install jdk 18 ubuntu"

0

how to install java on ubuntu 18.0.4

$ sudo apt install openjdk-11-jdk
Posted by: Guest on November-28-2020
-2

install jdk in ubuntu

sudo add-apt-repository ppa:openjdk-r/ppa  # only Ubuntu 17.4 and earlier
sudo apt update
sudo apt install openjdk-8-jdk
Posted by: Guest on June-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language