How to Install IntelliJ on Fedora 25 Easy Guide

July 12, 2017 | By the+gnu+linux+evangelist.

Fedora 25 IntelliJ Quick Start

Hi! The Tutorial shows you Step-by-step How to Install IntelliJ on Fedora 25 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 25 - Featured
  1. First, Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands)

    How to Install IntelliJ on Fedora 25 - Open Terminal

    In case first see: Terminal QuickStart Guide.

  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 25 - 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 25 - 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 25 - IntelliJ IDEA GUI

QuickChic Theme • Powered by WordPress