Fedora 24 IntelliJ Quick Start
You are Welcome! The Tutorial shows you Step-by-step How to Install IntelliJ on Fedora 24 GNU/Linux KDE/Xfce/Lxde/Mate/GNOME Desktop.
Especially relevant: the tutorials shows the Latest IntelliJ IDEA 2021 Free Community Edition for Java, Groovy, Scala & Android Development Installation.
And Now the Need an Oracle Sun Java SE JDK is Included into the IntelliJ 2017+ Release.
Furthermore, to make the whole process Easy to Understand and Visualize 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.

-
First, Open a Command Line Terminal Window
(Press “Enter” to Execute Commands) -
Download IntelliJ IDEA 2021 for Linux
-
And Extract IntelliJ Archive into /tmp
Double-Click on Archive:
Or from Shell:tar xvzf idea*tar.gz -C /tmp
-
Then 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:sudo chown -R root:root /tmp/idea*
Then Switch the Content into the /opt Directory
mv /tmp/idea* /opt/idea
And Make a Symlink into the working Paths:
ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
exit
-
Finally, to Start IntelliJ IDEA.
From Terminal with:
idea.sh
Over First, Start a Desktop Launcher should be Automatically created…
-
Quick Start on IntelliJ IDEA 2021 with Java Hello World

Tags: Fedora, Fedora 15, Fedora 16, Fedora 17, Fedora 18, Fedora 19, fedora 20, Fedora 21, Guide, How-to, Install, install intellij fedora 24, install intellij linux Fedora, install intellij on fedora 24, intellij fedora 24, intellij idea community, intellij linux Fedora, java 8, java 8 development, java ide fedora 24, JetBrains, jetbrains intellij idea, Linux, Tutorial