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

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

March 25, 2018 | By the+gnu+linux+evangelist.

Install IntelliJ IDEA Peppermint GNU/Linux

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

And IntelliJ IDEA for Peppermint Linux 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, included inside this article you find detailed instructions on How to Install Required Oracle Sun JDK on Peppermint Linux.

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

    How to Install IntelliJ IDEA on Peppermint Linux - Open Terminal

  2. Download Latest IntelliJ IDEA 2024 for Linux

    Here IntelliJ IDEA 2024 tar.gz for Linux
    Link to Download the Latest IntelliJ IDEA 2024 for Linux
  3. Then Extract IntelliJ Archive into /tmp
    Possibly Double-Click on it in the File Manager.
    Or from Command Line with:

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

    Peppermint Linux Install IntelliJ IDEA 2024 Extraction

  4. Next Relocate IntelliJ Idea Folder:

    First, Set the root superUser as owner:

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

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    And then Switch the IntelliJ IDEA contents:

    Copy
    sudo mv /tmp/idea* /opt/idea
  5. Making a Symlink into the working Path:

    Copy
    ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
  6. How to Install Required Oracle JDK for Peppermint Linux

    Here Peppermint Linux Oracle Java SE Installation
    How to Install Oracle-Sun Official Java SE JDK on Peppermint Linux
  7. Starting IntelliJ IDEA from Shell:
    To End the SuperUser session:

    Copy
    exit

    To Launch IDEA:

    Copy
    idea.sh
  8. Initial Customization

    A Desktop Launcher is Automatically Created!

    How to Install IntelliJ IDEA on Peppermint Linux - customization
  9. How to Install IntelliJ IDEA on Peppermint Linux - Launching IntelliJ IDEA 15

  10. Quick Start on IntelliJ IDEA 2024 with Java Hello World

    Here Hello World on IntelliJ IDEA Java
    IntelliJ IDEA Hello World Project Guide
  11. 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 Peppermint Linux - IntelliJ IDEA GUI