Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install java 16 ubuntu

# Open terminal and run command to add the PPA:
sudo add-apt-repository ppa:linuxuprising/java
# After adding PPA, refresh system package cache and install the script:
sudo apt update
sudo apt install oracle-java16-installer
Source by ubuntuhandbook.org #
 
PREVIOUS NEXT
Tagged: #install #java #ubuntu
ADD COMMENT
Topic
Name
7+6 =