How to Install IntelliJ IDEA on Oracle Linux 7 Easy Guide

February 21, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 4. Relocating IntelliJ IDEA

    Then Relocate IntelliJ Idea Folder:

    First, Set the root superUser as owner:

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

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    And then Switch the IntelliJ IDEA contents:

    sudo mv /tmp/idea* /opt/idea
  2. 5. Making an IntelliJ IDEA Symlink

    Moreover, Make a Symlink into the working Path:

    sudo ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh

QuickChic Theme • Powered by WordPress