LogoLogo
  • Welcome 😄
  • Introduction
    • Important ⚡
    • Where to begin? 🤷‍♀️
  • Installation
    • Un-Modded OS
      • Ubuntu
      • Debian
      • Kali Security OS
      • Manjaro
      • Arch Linux
      • Fedora
      • Void
      • Alpine
    • Modded OS
      • Ubuntu KDE
      • Debian XFCE
      • Ubuntu XFCE
      • Manjaro XFCE
    • Offline Installation
  • Uninstallation
    • Uninstallation 🔴
  • VNC
    • VNC Basics 📱
    • SSH Basics 👩‍💻
  • XSDL
    • XSDL Basics
  • Hardware
    • Internal Storage 📂
    • Sound 🎵
  • Software
    • Browsers
    • LibreOffice
    • Blender
    • IDEs
      • IntelliJ Idea
      • VS Code
      • JetBrains
    • GIMP
Powered by GitBook
On this page
  • Installation
  • APT

Was this helpful?

  1. Software
  2. IDEs

IntelliJ Idea

This does everything! 😅❤

PreviousIDEsNextVS Code

Last updated 5 years ago

Was this helpful?

Installation

Here are the steps needed to install IntelliJ Idea on your Andronix instance

This assumes that you have the SDK for your language already installed for the distro you are using.

APT

  • After downloading the tar.gz, make sure that it is in your download folder and after run the following command. Change x to the name of the tar downloaded.

tar -xzf ideaIU-2xxx.x.x.tar.gz -C ~/Desktop/
  • The tar should now be unzipped in Desktop/ideaIU-2xxx.x.x, where 'x' stands for the year and version number.

  • Now choose the command from below and run it inside Linux terminal

For Debian/Ubuntu/Kali:

sudo apt install openjdk-11-jdk -y

For Arch/Manjaro

sudo pacman -S jdk-openjdk

For Void Linux:

xbps-install -S openjdk

For Alpine:

apk --no-cache add openjdk11 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community

For Fedora:

Fedora is not recommended for use of Jetbrains IDE

  • We can now proceed to run Idea, navigate to Desktop/ideaIU-2xxx.x.x/bin and execute the idea.sh with the following command

./idea.sh
  • Yay! 🎊 That's all you need to do to run IntelliJ on your device.

Download the latest tar.gz file from JetBrains official .

download page