• How To Install Oracle Java 8 on Ubuntu via PPA

    Hello mate! Today, I'd like to write about installing the latest version of Oracle Java, that's Oracle Java 8. Installing Oracle Java 8 on Ubuntu is as simple as installing another applications. It's because there is a PPA which provides an installer script. It downloads and installs the Oracle Java 8 automatically, make Oracle Java 8 as default Java on Ubuntu, and uninstaller in case you want to remove Oracle Java 8 from your system.



    Well, simply run the following command to install Oracle Java 8 on Ubuntu:

    • sudo add-apt-repository ppa:webupd8team/java
    • sudo apt-get update
    • sudo apt-get install oracle-java8-installer
    Please wait for a while because it needs to download Oracle Java 8 from the official website.

    Läs hela artikeln.
    .