February 24, 2013 | By Regaz | Filed in: Uncategorized.
The Step-by-Step Easy Visual-Guide shows you Exactly How to Install IntelliJ IDEA 2021 FREE Community Edition for Java, Groovy, Scala & Android Development on Debian Linux Wheezy Xfce i686/x8664 Desktop.
To Make Best Use of the IntelliJ IDEA 2021 you should Need the Oracle Sun Java SE Official JDK Installation Debian.
To Rend the whole Process Easier to Visualize and Follow the Post 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 2021 for Linux:
IntelliJ IDEA 2021 tar.gz for Linux
-
Right-Click on Archive > Open with Xarchiver and Extract into /tmp.
-
Open a Terminal Window
(Press “Enter” to Execute Commands)
-
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 of IntelliJ IDEA
sudo 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
-
How to Install Required Oracle JDK for Debian
Debian Oracle JDK Installation
-
Starting IntelliJ IDEA
Next you can Launch IntelliJ from Terminal with.
idea.sh
-
How to Easy Creating an IntelliJ IDEA Quick Launcher.
Easy IntelliJ Desktop Launcher
-
Quick Start on IntelliJ IDEA 2021 with Java Hello World.
Hello World on IntelliJ IDEA Java

Tags: Debian, Debian Wheezy Xfce, Guide, How-to, IDE, Install, IntelliJ, IntelliJ IDEA, IntelliJ IDEA 12, IntelliJ IDEA Latest, Java, JDK, JebBrains, JEE, JSE, Linux, Tutorial, Xfce