Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install openjdk 8 debian 10

wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -

sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/

sudo apt-get update && sudo apt-get install adoptopenjdk-8-hotspot
Comment

debian install openjdk

sudo apt install default-jdk -y
Comment

install openjdk debian

# Update the repositories
sudo apt-get update
# Install OpenJDK
sudo apt-get install openjdk-8-jdk
# Verify 
java -version
Comment

PREVIOUS NEXT
Code Example
Shell :: heroku buildpacks 
Shell :: initialize github repository 
Shell :: find pip (s) path 
Shell :: create conda environment from yaml file 
Shell :: linux auto suspensd stop 
Shell :: bash see size of directory 
Shell :: bash go to home directory 
Shell :: E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? 
Shell :: how to install wsl 2 in windows 10 
Shell :: shell command read first lines 
Shell :: r installation on ubuntu 
Shell :: composer ins 
Shell :: debian terminal paste 
Shell :: git add and commit all 
Shell :: display group of username mac 
Shell :: sudo npm cache clean -f 
Shell :: how to remove your phone 
Shell :: check if two files are different linux 
Shell :: lower brightness of a ubunut pc 
Shell :: how to zip my files without ds_store 
Shell :: how to install grub 
Shell :: install native run 
Shell :: install dvipng ubuntu 
Shell :: https://git-lfs.github.com/ 
Shell :: install kubens on ubuntu 
Shell :: bash get path of script 
Shell :: top port scan nmap 
Shell :: delete previous word vim 
Shell :: test cpu linux 
Shell :: Enable the containers feature in Windows Server 2019 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =