Setting Up
-
4. Installing
Then Relocate IntelliJ Idea Folder
Set the root superUser as Holder of IntelliJ IDEA:sudo chown -R root:root /tmp/idea*
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
-
5. Setting Up Java
How to Install Required Oracle Java SE for Fedora
Contents