How to Install IntelliJ IDEA 2020 on openSUSE 13.X Linux Easy Visual-Guide

January 3, 2014 | By the+gnu+linux+evangelist.

IntelliJ IDEA 2023 Quick Start for openSUSE 13.X Linux

Hi! The Tutorial shows you Step-by-Step and Visually How to Install IntelliJ IDEA 2023 FREE Community Edition for Java, Groovy, Scala & Android Development on openSUSE 13.X KDE4/Gnome i686/x8664 GNU/Linux Desktop.

To Make Best Use of IntelliJ IDEA you Require Oracle Sun Java SE JDK Installation openSUSE.

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.

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

IntelliJ IDEA Installation in Fedora 40 – Step-by-step
  1. Download IntelliJ IDEA 2023 for Linux:

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

    Install IntelliJ IDEA 2023 on openSUSE 13.X 32/64-bit KDE Archive Extraction
  • Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Install IntelliJ IDEA 2023 on openSUSE 13.X 32/64-bit - Open Terminal

    In case first see: Terminal QuickStart Guide.

  • 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
  • How to Install Required Oracle Java SE for openSUSE

    OpenSUSE Java SE Installation Guide
  • Starting IntelliJ IDEA
    Next you can Launch IntelliJ from Terminal with.

    idea.sh
  • Install IntelliJ IDEA on Linux - Launching IntelliJ IDEA 15

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

    Hello World on IntelliJ12 Java
  • Install IntelliJ IDEA 2023 on openSUSE 13.X 32/64-bit - IntelliJ IDEA GUI