How to Install IntelliJ IDEA on LXLE Easy Visual-Guide

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

LXLE Install IntelliJ IDEA

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

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

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.

IntelliJ IDEA Installation in Fedora 40 – Step-by-step

Here are the IntelliJ IDEA Features:

  • Intelligent coding assistance.

    • Smart completion
    • Code navigation
    • Safe refactorings
    • Inspection and quick-fixes
  • Built-in tool and integrations.

    • Build tools
    • Version control system
    • Testing & coverage
    • Database tools
    • Server-side frameworks.

    • Spring & javaEE
    • GWT & Vaadin
    • Grails & Execute
    • And more…
  • Front-end development.

    • Android
    • JavaScript & HTML
  • Many languages-one IDE.

    • Groovy
    • Kotlin
    • Scala
    • Many more…
  • Plugin ecosystem.

    More than 1500 available plugins.

  1. Open a Shell Terminal emulator window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    How to Install IntelliJ IDEA on LXLE - Open Terminal

    In case first see: Terminal QuickStart Guide.

  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/

    LXLE 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 LXLE

    LXLE 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 LXLE - customization
  • How to Install IntelliJ IDEA on LXLE - 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 LXLE - IntelliJ IDEA GUI

    QuickChic Theme • Powered by WordPress