Step-by-step – IntelliJ IDEA Installation in Fedora 35

September 6, 2021 | By the+gnu+linux+evangelist.

Setting Up

  1. 4. Installing IntelliJ IDEA

    Then Relocate IntelliJ Idea Folder
    Set the root superUser as Holder of IntelliJ IDEA:

    sudo chown -R root:root /tmp/idea*

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Next Switch the Content into the /opt Directory:

    sudo mv /tmp/idea* /opt/idea

    And Make a Symlink into the working Paths:

    sudo ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
  2. 5. Setting Up Java

    How to Install Required Oracle Java SE for Fedora

    Java JDK Linux Installation Guide

QuickChic Theme • Powered by WordPress