Install IntelliJ on Ubuntu 14.04 Trusty GNU/Linux
This Easy Visual-Guide shows you Exactly How to Install IntelliJ IDEA 2024 for Java 6/7/8 IDE FREE Community Edition Ubuntu 14.04 Trusty Tahr LTS Unity Linux Desktop.
To Make Use of the IntelliJ IDEA 2024 Java IDE you Need the Oracle Sun Java SE JDK 6+ Installed
so if Not Present on your System you will Find Link to Tutorial on Installing the Sun JDK 6-7-8 on Ubuntu.
And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.
Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.
-
Download IntelliJ IDEA 2024 for Linux:
-
Double-Click and Extract IntelliJ Archive into /tmp
-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands).Ctrl+Alt+T
In case first see: Terminal QuickStart Guide.
-
Relocate IntelliJ Idea Folder
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Set the root superUser as Holder on IntelliJ IDEAsudo chown -R root:root /tmp/idea*
Then Switch the Content into the /opt Directory
mv /tmp/idea* /opt/idea
Make a Symlink into the working Paths
ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
exit
-
Start IntelliJ IDEA
Next you can Start IntelliJ from Terminal with
idea.sh
-
How to Install Recommended Oracle JDK 6-7-8 on Ubuntu
-
Quick Start on IntelliJ IDEA 2024 with Java Hello World