Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install java 17 ubuntu

sudo apt update && sudo apt upgrade -y
sudo add-apt-repository ppa:linuxuprising/java -y
sudo apt update
sudo apt-get install oracle-java17-installer oracle-java17-set-default

java -version #To Test
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: wkhtmltopdf javascript 
Shell :: linux matrix effect 
Shell :: install tesseract 5 ubuntu 
Shell :: check directory size 
Shell :: install poetry 
Shell :: docker view container logs 
Shell :: how to abort a rebase 
Shell :: git how to archive a branch 
Shell :: Shell CLI Argument Default Value 
Shell :: tar extract gz 
Shell :: docker force a rebuild 
Shell :: install cmake debian 
Shell :: reset to origin 
Shell :: remove space at end of line file 
Shell :: install chrome webdriver node 
Shell :: npm bootstrap 
Shell :: install next js 
Shell :: npm install --unsafe-perm 
Shell :: permissão de execução linux 
Shell :: sed delete between two patterns 
Shell :: nvm install stable not found 
Shell :: install from tar gz file unix 
Shell :: untar gz file ubuntu 
Shell :: how to add gif in github readme 
Shell :: git list all remote branches 
Shell :: ubuntu xampp control panel starten 
Shell :: apt install force 
Shell :: install docker fedora 
Shell :: httpd service centos 7 and centos 8 
Shell :: push code to github repository from command line 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =