Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

installing java on linux

# install default JDK
sudo apt install default-jdk
# install default JRE
sudo apt install default-jre
# install specific JDK version
sudo apt install openjdk-17-jdk
# install specific JRE version
sudo apt install openjdk-17-jre
Comment

PREVIOUS NEXT
Code Example
Shell :: conda opencv 
Shell :: stop nginx 
Shell :: how to install python on ubuntu pyenv 
Shell :: npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed. 
Shell :: m1 pod install 
Shell :: update packages ubuntu 
Shell :: linux ls command file size human readable 
Shell :: yarn install 
Shell :: bash command for unzipping tar.gz files 
Shell :: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none 
Shell :: debian install killall 
Shell :: install angular cli 
Shell :: how to check battery health of laptop in cmd 
Shell :: ubuntu clear dns cache 
Shell :: check for cuda version 
Shell :: git assume unchanged and do not commit 
Shell :: run requirements.txt conda 
Shell :: powershell regex ip address 
Shell :: Create file if not exist bash 
Shell :: uniinstall nginx 
Shell :: git show graph command line 
Shell :: install chrome apt-get 
Shell :: composer install drush 
Shell :: How do I check my WSL version? 
Shell :: paint for ubuntu 
Shell :: how to delete a package in ubuntu 
Shell :: check installed packages apt-get 
Shell :: enable snap in linux mint 
Shell :: rman delete old archivelog 
Shell :: windows stop process running on port 8080 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =