How to Install IntelliJ on Fedora 24 Easy Guide

May 29, 2014 | By the+gnu+linux+evangelist.

Fedora 24 IntelliJ Quick Start

Hi! 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 2023 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.

Moreover, 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.

How to Install IntelliJ on Fedora 24 - Featured
  1. First, Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands)

    How to Install IntelliJ on Fedora 24 - Open Terminal
  2. Download IntelliJ IDEA 2023 for Linux

    IntelliJ IDEA 2023 tar.gz
  3. And Extract IntelliJ Archive into /tmp
    Double-Click on Archive:

    How to Install IntelliJ on Fedora 24 - Archive Extraction
    Or from Shell:

    tar xvzf idea*tar.gz -C /tmp
  4. 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
  5. Finally, to Start IntelliJ IDEA.

    From Terminal with:

    idea.sh

    Over First, Start a Desktop Launcher should be Automatically created…

  6. How to Install IntelliJ on Fedora 24 - Launching IntelliJ IDEA 15

  7. Quick Start on IntelliJ IDEA 2023 with Java Hello World

    Hello World on IntelliJ IDEA Java
How to Install IntelliJ on Fedora 24 - IntelliJ IDEA GUI

QuickChic Theme • Powered by WordPress