How to Install IntelliJ IDEA on Linux Lite Easy Visual-Guide

December 16, 2017 | By the+gnu+linux+evangelist.

Linux Lite Install IntelliJ IDEA

Hi! The Step-by-Step Easy Linux Tutorial shows you How to Install IntelliJ IDEA 2023 FREE Community Edition on Linux Lite GNU/Linux Desktop.

And to Make Best Use of the IntelliJ IDEA on Linux Lite you should Dispose of an Oracle Sun Java SE Official JDK Installation Linux Lite.

Finally, IntelliJ IDEA Excel at enterprise, mobile and web development with Java, Scala, Groovy and Kotlin, with all the Latest modern Technologies and Frameworks available Out of the Box.

How to Install IntelliJ IDEA on Linux Lite - Featured
  1. Open a Terminal Shell emulator window.

    How to Install IntelliJ IDEA on Linux Lite - Open Terminal

  2. Download Latest 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/

    Linux Lite Install IntelliJ IDEA 2023 Extraction

  • Next Relocate IntelliJ Idea Folder:

    sudo su

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Set up the root superUser as owner:

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

    And Switch the IntelliJ IDEA contents:

    sudo mv /tmp/idea* /opt/idea
  • Making a Symlink into the working Path:

    ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
  • How to Install Required Oracle JDK for Linux Lite

    Linux Lite Oracle Java SE Installation
  • Starting IntelliJ IDEA from Shell:
    To End the SuperUser session:

    exit

    To Launch IDEA:

    idea.sh
  • Initial Customization

    A Desktop Launcher is Automatically Created!

    How to Install IntelliJ IDEA on Linux Lite - customization
  • How to Install IntelliJ IDEA on Linux Lite - Launching IntelliJ IDEA 15

  • Quick Start on IntelliJ IDEA 2023 with Java Hello World

    Hello World on IntelliJ IDEA Java
  • Now Thanks to the JetBrains Company Now you are able to Getting-Started on IntelliJ IDEA with Java, Android and Groovy Development.

    How to Install IntelliJ IDEA on Linux Lite - IntelliJ IDEA GUI

    QuickChic Theme • Powered by WordPress