

(for Ubuntu versions earlier than 16.Next, go to your downloads folder and install the IntelliJ flatpak package. Install IDEA snap-package or even EAP build To use snap-packages (since versions IDEA 2017.3 & Ubuntu 14.04): Also you're able to choose a branch to install (I use EAP).Īccording to this ( snap) and this ( umake) articles the most comfortable ways are: Since Ubuntu 18.04 installing Intellij IDEA is easy! You just need to search "IDEA" in Software Center. # read -p "Enter 'U' for Ultimate or 'C' for Community: " ed # add-apt-repository ppa:webupd8team/java & apt-get update & apt-get install oracle-java8-installer & exec sudo "$0" Attempt to install a JDK As mentioned in the comments, breandan has updated the script to be more stable (the jetbrains website changed its behavior).

But then you have to (so far) manually remove the old folder! This is what i got: It does not install java 8 and it does not ask you for the version you want to install (but the version is kept in a variable to easily change that). I have modified the scripts to fulfill my needs. It then automatically downloads the newest version for you, extracts it and creates a desktop entry. The given script in the link installs Oracle Java 7 for you and gives you the choice between Community and Ultimate Edition. I also found a shell script that does this for you, here. sktop (this is for community edition version 14.1.2, you have to change the paths in Exec= and Icon= lines if the path is different for you): If you don't know how to do that, you can restart your PC. Now (in a lot) Ubuntu versions you can start the application after the GUI is restarted.

