Installing
-
2. Downloading IntelliJ IDEA
Download Latest IntelliJ IDEA for Oracle Linux
IntelliJ IDEA 2024 tar.gz Linux
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Download Latest IntelliJ IDEA for Oracle Linux
Next IntelliJ IDEA Contents into /tmp
Possibly Double-Click/Right-Click and Open with Archive Manager:
Or from Shell with a Command like:
tar xvzf ~/Downloads/idea*.tar.gz -C /tmp/
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
Moreover, Make a Symlink into the working Path:
sudo ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
How to Install Required Oracle Java SE JDK for Oracle Linux