Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install openjdk 8 sdk on ubuntu

sudo apt-get install openjdk-8-jdk
Comment

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 :: check upstream 
Shell :: git show upstream 
Shell :: macos start avd cmd 
Shell :: list active services ubuntu 
Shell :: heroku buildpacks remove 
Shell :: show ip in docker 
Shell :: make shell script executable 
Shell :: install jdk linux 
Shell :: fish disable greeting 
Shell :: gpg generate key 
Shell :: how to uninstall lightshot in ubuntu 
Shell :: linux get partition list 
Shell :: tmux terminate session 
Shell :: find cuda path 
Shell :: ubuntu install github 
Shell :: error mounting dev sdb1 at media on ubuntu 
Shell :: install letsencrypt ubuntu 20.04 nginx 
Shell :: loopback install 
Shell :: install git win terminal 
Shell :: android studio (not installed) windows 
Shell :: start docker at boot 
Shell :: install ffmpeg ubuntu 
Shell :: Installing qt ubuntu 
Shell :: centos7 addgroup 
Shell :: close all localhost connections 
Shell :: git delete the most recent commit 
Shell :: installing dolphin on ubuntu 
Shell :: bash time execution 
Shell :: generate ssh key paitr 
Shell :: streamlink save to mp4 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =