14 janvier 2018

Install Java on Ubuntu



Declare Oracle Java 8 Repository :
sudo add-apt-repository ppa:webupd8team/java

Then, refresh local repository index :
sudo apt-get update

And install with :
sudo apt-get install oracle-java8-installer

Source : https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04

Aucun commentaire:

WSL 2 upgrade on windows

Few days ago I would like to use docker from windows with docker composer. And because I am using ansible, I found easier to deal from Linux...