GNU/Linux Debian Bookworm Installing IntelliJ IDEA – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install IntelliJ IDEA 2024 FREE Community Edition in Debian Bookworm 12.x GNU/Linux Desktop.
And IntelliJ IDEA for Debian Bookworm is a good choice for Java, Groovy, Scala & Android Development.
To Make Best Use of the IntelliJ IDEA 2024 you should Need the Oracle Sun Java SE Official JDK Installation for Debian Bookworm Linux.
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.
The Contents and Details of IntelliJ IDEA Installation for Debian Bookworm Linux are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands and Make the Tutorial Easier to Read and Digest ;)
-
1. Launching Terminal
Open Terminal Window
(Press “Enter” to Execute Commands)
-
2. Downloading IntelliJ IDEA
Download Latest IntelliJ IDEA for Linux
-
3. Extracting IntelliJ IDEA
Double-Click on Debian Bookwormive and Extract into /tmp
Or from Shell withtar xvzf ~/Downloads/idea*.tar.gz -C /tmp/
-
4. Installing IntelliJ IDEA
Then Relocate IntelliJ Idea Folder
Set the root superUser as Holder of IntelliJ IDEA:sudo chown -R root:root /tmp/idea*
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Next Switch the Content into the /opt Directory:sudo mv /tmp/idea* /opt/idea
And Make a Symlink into the working Paths:
sudo ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
-
5. Setting Up Java
How to Install Required Oracle Java SE for Debian Bookworm Linux
Contents