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
Jayatana in Ubuntu 17.04 not work!
Please report problem to fix that fast.
https://bugs.launchpad.net/ubuntu/+source/jayatana/+bug/1683800
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:
Also not working on Ubuntu 16.04
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.