Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install Software Requirements

System

Installing the software packages detailed below requires several common system-wide utilities. They can be installed by running:

Code Block
languagebash
sudo apt-get install wget

Java Development Kit (JDK) & Java Runtime Environment (JRE)

In order to get the proprietary Oracle Java 8 packages, run the following:

 

Code Block
languagebash
sudo apt-get install python-software-properties (This may be necessary to use the add-apt-repository command)
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo update-java-alternatives -s java-8-oracle

...