How to Install and Getting Started With IntelliJ IDEA 2020 IDE on Linux Ubuntu 13.04 Raring 32bit Easy Visual-Guide

April 29, 2013 | By Regaz.

The Step-by-Step Easy Visual-Guide shows you Exactly How to Install IntelliJ IDEA 2023 FREE Community Edition for Java Programming Development for Ubuntu 13.04 Raring Ringtail i386 Unity Desktop.

To Make Best Use of the IntelliJ IDEA 2023 is Strongly Recommended the Oracle Sun Java SE Official JDK Installation Ubuntu.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.

gnomePenguin JetBrains
  1. Download IntelliJ IDEA 2023 for Linux:

    IntelliJ IDEA 2023 tar.gz for Linux
  • Then Extract IntelliJ Archive into /tmp
    Possibly Double-Click on it in the File Manager.
    Or from Command Line with:

    tar xvzf ~/Downloads/idea*.tar.gz -C /tmp/

    Ubuntu Install IntelliJ IDEA 2023 Extraction

  • Open Terminal Window
    (Press “Enter” to Execute Commands)

    Cmd and Search “term”.

    Ubuntu Linux Raring Open Terminal
  • Relocate IntelliJ Idea Folder

    sudo su

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Set the root superUser as Holder of IntelliJ IDEA

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

    Then Switch the Content into the /opt Directory

    mv /tmp/idea* /opt/idea

    Make a Symlink into the working Paths.

    ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
  • Starting IntelliJ IDEA

    Next you can Start IntelliJ from Terminal with.

    idea.sh
  • How to Easy Creating an IntelliJ IDEA Quick Launcher.

    Easy IntelliJ Desktop Launcher
  • Quick Start on IntelliJ IDEA 2023 with Java Hello World.

    Hello World on IntelliJ IDEA Java
  • IntelliJ IDEA

    Tags: , , , , , , , , , , , , , , , , ,