Installing
-
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
-
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
Contents