How to Install Oracle Java 11 in Ubuntu 18.04/18.10

This quick tutorial shows you how to easily install the latest Oracle Java 11 LTS in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 16.04, Ubuntu 14.04 via PPA.

Thanks to the “Linux Uprising” team PPA, an installer script is available to automatically download java package from Oracle web server, and install it in on your system.

[ac-box style=”tip”]UPDATE: Oracle Java 11 can’t be directly downloaded from Oracle website any more! Now you HAVE to log in and manually download Oracle Java 11 .tar.gz, and place the archive in /var/cache/oracle-jdk11-installer-local/[/ac-box]

1. To add the PPA, open terminal either from app launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command:

sudo add-apt-repository ppa:linuxuprising/java

Type user password (no asterisks feedback) for sudo prompt and hit Enter.

2. Then run commands to install the script to start downloading and installing Java 11 on your Ubuntu:

sudo apt-get update

sudo apt-get install oracle-java11-installer-local

For Ubuntu 18.04 and higher, skip sudo apt-get update command since it’s done after adding PPA.

Before getting started, you must accept the license (press Tab to highlight OK and hit Enter).

3. If you have installed multiple Java versions, install (or remove) oracle-java11-set-default package to set (or not set) Java 11 as default.

sudo apt-get install oracle-java11-set-default-local

Finally check Java version via java -version:

Uninstall:

To remove Oracle Java 11, run command to remove the installer script:

sudo apt-get remove oracle-java11-set-default-local

And go to Software & Updates -> Other Software to remove the PPA repository.

By Ji m

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to remind me outdated tutorial! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

27 comments

  1. Cannot add PPA: ‘ppa:~linuxuprising/ubuntu/java’.
    ERROR: ‘~linuxuprising’ user or team does not exist.
    LIKE THIS ERROR COMMING BRO

  2. user1@WebServer2:~$ sudo add-apt-repository ppa:linuxuprising/java
    [sudo] password for user1:
    Cannot add PPA: ‘ppa:~linuxuprising/ubuntu/java’.
    ERROR: ‘~linuxuprising’ user or team does not exist.

  3. sudo add-apt-repository ppa:linuxuprising/java
    Cannot add PPA: ‘ppa:~linuxuprising/ubuntu/java’.
    ERROR: ‘~linuxuprising’ user or team does not exist.

    Really don’t know where does that swung dash come from.

  4. the PPA no longer exists. all commands return the same sentence just worded differently. that the PPA package does not exist anymore

  5. I also get :

    Unable to locate package oracle-java11-installer

    I am online, on a Lubuntu 18.04 machine. strange.

  6. I also get :

    Unable to locate package oracle-java11-installer

    I am online, on a Lubuntu 18.04 machine. strange.

  7. installed oracle-java11-installer-local package post-installation script subprocess returned error exit status 1
    Errors were encountered while processing:
    oracle-java11-installer-local
    E: Sub-process /usr/bin/dpkg returned an error code (1)

Comments are closed.

Exit mobile version