Install IntelliJ IDEA Peppermint GNU/Linux
Hi! The Step-by-Step Easy Linux Tutorial shows you How to Install IntelliJ IDEA 2024 FREE Community Edition on Peppermint GNU/Linux Desktop.
And IntelliJ IDEA for Peppermint Linux 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.
Finally, included inside this article you find detailed instructions on How to Install Required Oracle Sun JDK on Peppermint Linux.
-
Open a Terminal Shell emulator window.
-
Download Latest IntelliJ IDEA 2024 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:
First, Set the root superUser as owner:
sudo chown -R root:root /tmp/idea*
If Got “User is Not in Sudoers file” then see: How to Enable sudo
And then 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 Peppermint Linux
-
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
Now Thanks to the JetBrains Company Now you are able to Getting-Started on IntelliJ IDEA with Java, Android and Groovy Development.