How to Install The Latest IntelliJ IDEA in Ubuntu 16.04, 17.04

Last updated: July 22, 2017

This quick tutorial is going to show you how to install the IntelliJ IDEA IDE, both community and ultimate editions, via PPA in all current Ubuntu releases.

IntelliJ IDEA is a Java IDE developed by JetBrains. So far the latest is version 2017.1.5 that was released more than a week ago with some bug-fixes and performance updates.

While the official Linux binaries lack application launcher integration, Marcel Kapfer made an installer script that automatically downloads the source tarball from JetBrains server, installs it to /opt/, and finally creates an app launcher.

Install the script:

For all current Ubuntu releases, including Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and derivatives, I’ve made the new script into PPA since the original maintainer does not update the latest release at the moment.

Download the latest script from the link below:

intellij-idea-community_xxxx.xx-1_all.deb (community version)

intellij-idea-ultimate_xxxx.xx_all.deb (ultimate edition)

Then open terminal via Ctrl+Alt+T or by searching for it from app launcher, and run command to install the script:

sudo dpkg -i ~/Downloads/intellij-idea-community_*_all.deb

replace community in the command with ultimate for ultimate version.

Once installed, launch the IDE from your app launcher and enjoy!

For those who want to upgrade the IDE through Software Updater (Update Manager), add the PPA repository via command:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Twitter

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 let me know if the tutorial is outdated! 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

8 responses to How to Install The Latest IntelliJ IDEA in Ubuntu 16.04, 17.04

  1. Jayatana in Ubuntu 17.04 not work!
    Please report problem to fix that fast.

  2. It doesn’t work on 16.04. Can you please specify how to un-install it?

    • Just like removing other software packages, simply run command:

      sudo apt remove intellij-idea-community intellij-idea-ultimate
  3. Also not working on Ubuntu 16.04

  4. Hey,
    Not working on Ubuntu 16.04
    I think there’s a bug or something that is not allowing it install in the pre-install script. I tried checking it with
    dpkg-deb -e intellij-idea-ultimate_2017.3.2-1_all.deb out-dir
    But I have no permission to go into that script and see what the bug is. Please take a look Ji M. Awesome!

    • Actually, I think it doesn’t work for the ultimate version only. Yeah because, that version is a trial version and I reckon it doesn’t come complete.
      Awesome,

      • Please install IntelliJ IDEA from Ubuntu Software since Jetbrains now offers official snap packages.