December 16, 2017 | By the+gnu+linux+evangelist.
Linux Lite Install IntelliJ IDEA
Hi! The Step-by-Step Easy Linux Tutorial shows you How to Install IntelliJ IDEA 2024 FREE Community Edition on Linux Lite GNU/Linux Desktop.
And to Make Best Use of the IntelliJ IDEA on Linux Lite you should Dispose of an Oracle Sun Java SE Official JDK Installation Linux Lite.
Finally, IntelliJ IDEA Excel at enterprise, mobile and web development with Java, Scala, Groovy and Kotlin, with all the Latest modern Technologies and Frameworks available Out of the Box.
-
Open a Terminal Shell emulator window.
-
Download Latest IntelliJ IDEA 2024 for Linux
IntelliJ IDEA 2024 tar.gz for Linux
Then Extract IntelliJ Archive into /tmp
Possibly Double-Click on it in the File Manager.
Or from Command Line with:
tar xvzf ~/Downloads/idea*.tar.gz -C /tmp/
Next Relocate IntelliJ Idea Folder:
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Set up the root superUser as owner:
sudo chown -R root:root /tmp/idea*
And Switch the IntelliJ IDEA contents:
sudo mv /tmp/idea* /opt/idea
Making a Symlink into the working Path:
ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
How to Install Required Oracle JDK for Linux Lite
Linux Lite Oracle Java SE Installation
Starting IntelliJ IDEA from Shell:
To End the SuperUser session:
exit
To Launch IDEA:
idea.sh
Initial Customization
A Desktop Launcher is Automatically Created!

Quick Start on IntelliJ IDEA 2024 with Java Hello World
Hello World on IntelliJ IDEA Java
Now Thanks to the JetBrains Company Now you are able to Getting-Started on IntelliJ IDEA with Java, Android and Groovy Development.