How to Install IntelliJ IDEA 2020 on Fedora 19 Linux Easy Guide

January 3, 2014 | By the+gnu+linux+evangelist.

Install IntelliJ IDEA 2023 on Fedora 19 32/64-bit Linux

The Step-by-Step Easy Visual-Guide shows you How to Install IntelliJ IDEA 2023 FREE Community Edition for Java, Groovy, Scala & Android Development on Fedora Linux 19 GNOME3/KDE/Lxde/Xfce i686/x8664 Desktop.

To Make Best Use of the IntelliJ IDEA 2023 you should Need the Oracle Sun Java SE Official JDK Installation Fedora.

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.

IntelliJ IDEA Installation in Fedora 40 – Step-by-step
  1. Download Latest IntelliJ IDEA for Linux:

    IntelliJ IDEA 2023 tar.gz for Linux
  • Extract Archive into /tmp
    Possibly Double-Click on it in the File Manager:

    Install IntelliJ IDEA 2023 on Fedora 19 32/64-bit GNOME Linux - GNOME3 IntelliJ IDEA tar.gz Archive Extraction
  • Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install IntelliJ IDEA 2023 on Fedora 19 32/64-bit GNOME Linux - GNOME3 Open Terminal

    In case first see: Terminal QuickStart Guide.

  • Relocate IntelliJ Idea Folder

    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
  • Starting IntelliJ IDEA
    Next you can Launch IntelliJ from Terminal with.

    idea.sh
  • How to Install Required Oracle-Sun JDK 7 on Fedora

    Install Oracle JDK for Fedora
  • Install IntelliJ IDEA on Linux - Launching IntelliJ IDEA 15

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

    Hello World on IntelliJ IDEA Java
  • Install IntelliJ IDEA 2023 on Fedora 19 32/64-bit GNOME Linux - IntelliJ IDEA GUI