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 :: wsl2 config file 
Shell :: bash scripting tutorial 
Shell :: git ftp init slow 
Shell :: linux cut all but last field 
Shell :: app:connectedDebugAndroidTest fail adb 
Shell :: install freepbx on ubuntu 18.04 
Shell :: centos create home directory for existing user 
Shell :: How to build android cts? And how to add and run your test case? 
Shell :: How to Install and Configure doctl on MacOS 
Shell :: installing appwrite on docker 
Shell :: run specific unit test c# 
Shell :: git The requested URL returned error: 403 
Shell :: git: Download specific file from Github website 
Shell :: heroku git remote -a failed 
Shell :: ossec ubuntu 20 
Shell :: ls sort size descend 
Shell :: dfc config shell 
Shell :: ubuntu install bin for all users 
Shell :: ros galactic build from source 
Shell :: shell show 5 lines 
Shell :: ffmpeg audio with echo 
Shell :: how to make terminal close after running code command 
Shell :: quit ionic 
Shell :: download ubuntu 20 from gdrive 
Shell :: what is -e flag for in bash sed? 
Shell :: how to increase the resources allocated to windows subsystem linux 
Shell :: match all css media queries 
Shell :: bash rename different file names with zero padding 
Shell :: what is /bin/ash 
Shell :: screen shot linux 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =