Ubuntu java installation/automatic updates

To install java and have it updated automatically just use the WebUpd8 PPA.

sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

After that you have java 8 installed and it is updated regularly.

Leave a Comment