$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

IntelliJ IDEA Installation in Ubuntu 22.04 – Step-by-step

January 6, 2023 | By the+gnu+linux+evangelist.

IntelliJ IDEA Installation in Ubuntu 22.04

  1. 3. Relocate IntelliJ IDEA Contents

    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
  2. 4. Making Symlink

    Moreover, Make a Symlink into the working Path:

    sudo ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
  3. 5. Oracle Java Development Kit Installation

    How to Install Required Oracle Java SE JDK for Ubuntu

    Oracle JDK Linux Installation Guide
  4. 6. Launching IntelliJ IDEA on Command Line

    Starting IntelliJ IDEA from Shell:

    idea.sh
  5. 7. IntelliJ IDEA Initial Setup

    Follow with the Initial Customization Setup
    First, choose the Theme for the UI:

    Choosing Theme

    Next Make a Desktop Launcher and Follow Up with the Wizard!

    How to Install IntelliJ IDEA on Ubuntu 22.04 Jammy - customization

    How to Install IntelliJ IDEA on Ubuntu 22.04 Jammy - Launching IntelliJ IDEA

  6. 8. IntelliJ IDEA Getting-Started Guide

    IntelliJ IDEA Getting-Started with Java Hello World

    Hello World on IntelliJ IDEA Java
    How to Install IntelliJ IDEA on Ubuntu 22.04 Jammy - IntelliJ IDEA GUI

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

Contents