Tuesday, 9 June 2015

Installing Java

First, add the repository:
sudo apt-add-repository ppa:webupd8team/java
Update your package lists again:
sudo apt-get update
Install Java:
sudo apt-get install oracle-java8-installer
When prompted to accept the license, select <Ok> and then <Yes>.

No comments:

Post a Comment