Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install openjdk 11 ubuntu

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install default-jdk
Comment

openjdk 11 install linux

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt install openjdk-11-jdk
Comment

openjdk 11 install linux

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt install openjdk-11-jdk

if error run:
sudo apt --fix-broken install
Comment

PREVIOUS NEXT
Code Example
Shell :: bash ask for input 
Shell :: how to uninstall lxd ubuntu 20.04 
Shell :: sudo apt-key adv --keyserver keys.gnupg.net --recv-key 6F3EFCDE 
Shell :: centos zip folder 
Shell :: gh login 
Shell :: install atom in mac 
Shell :: almofire pod install 
Shell :: make an account password more than 4 characters macos 
Shell :: prevent always typing sudo 
Shell :: remove docker image 
Shell :: gitignore visual studio not working android 
Shell :: linux zip a folder without compression 
Shell :: run cron once a day 
Shell :: how to backup conda environment in 
Shell :: install yfinance 
Shell :: npm save as dev dependency 
Shell :: linux set multiline variable 
Shell :: stop docker container 
Shell :: gitignore already tracked files 
Shell :: delete cash on ubuntu 
Shell :: speed up video with ffmpeg 
Shell :: composer require laravel/ui app.css empty 
Shell :: how to see deleted commit git 
Shell :: find git remote url 
Shell :: checking if a substring exists in a string bash 
Shell :: stop recording shortcut ubuntu 22.04 
Shell :: change fc editor 
Shell :: ubuntu 20.04 vmware tools 
Shell :: binding a mac to AD terminal 
Shell :: xampp archlinux 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =