🌐
Chocolatey
community.chocolatey.org › packages › intellijidea-community
JetBrains IntelliJ IDEA (Community Edition) 2025.2.5
Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information. You can also just download the package and push it to a repository Download Option 2: Internalized Package (Reliable, Scalable) ... choco download intellijidea-community --internalize --source=https://community.chocolatey.org/api/v2/
Discussions

Intellij IDEA 2024.1 - Community Edition - Stack Overflow
enter image description here Hi guy. Does anyone have a problem with intellij IDE Community Edition? Every time it runs a building looks like this I'm have a MacBook with macOS Sonoma. I did a new More on stackoverflow.com
🌐 stackoverflow.com
Intellij idea community edition
If you are a professional developer IntelliJ is cheap in relation to your salary, just buy it (and gets cheaper the 2nd and 3rd year). If you are a student you can get a free license for Ultimate. To answer your question though you can write Spring and JavaEE code with CE, you just won't get a lot of the assistance that Ultimate would give you. More on reddit.com
🌐 r/IntelliJIDEA
4
3
January 8, 2020
intellij-idea-community-edition package just broke?
The error message is wrong. It says the problem is with idea.properties; but it's actually product-info.json. Relevant links: https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/issues/6 https://github.com/JetBrains/intellij-community/commit/70afc86a2730f37989dae2c4ee8f2538e9fa6328 More on reddit.com
🌐 r/archlinux
17
12
August 20, 2024
I have IntelliJ IDEA Community Edition Version 2021.3.2 available on my computer, and it's offering for me to update to 2021.3.3, but there's a 2022 release listed on Jetbrains. How do I update to the 2022 release?
You need to follow all Updates. You cant skip one and jump directly to the latest version. This is also for the ultimate Edition. It is just the way JetBrains handels Updates More on reddit.com
🌐 r/IntelliJIDEA
2
4
November 26, 2022
🌐
Keploy
keploy.io › blog › community › how-to-download-and-install-intellij-idea-community-edition
How to download and install IntelliJ IDEA Community Edition | Keploy Blog
Follow this guide to install IntelliJ IDEA Community Edition on your system. Covers download, setup, and first launch tips.
🌐
Softonic
intellij-idea-community-edition.en.softonic.com › home › windows › utilities & tools › intellij idea community edition
IntelliJ IDEA Community Edition - Download
October 18, 2025 - IntelliJ IDEA Community Edition, free and safe download. IntelliJ IDEA Community Edition latest version: Comprehensive Review of IntelliJ IDEA Communi
Rating: 9/10 ​ - ​ 1 votes
🌐
SourceForge
sourceforge.net › projects › intellij-community.mirror
IntelliJ Community Edition download | SourceForge.net
3 weeks ago - Download IntelliJ Community Edition for free. IntelliJ IDEA & IntelliJ Platform. IntelliJ Community is the open source upstream of JetBrains’ IntelliJ IDEA, forming the core of a powerful, extensible, and intelligent development environment. It provides foundational features like a robust ...
Find elsewhere
Top answer
1 of 6
78

Installing JDK

To install JDK, you can refer to help.ubuntu.com/community/Java.

If you want to install openJDK,

sudo apt-get install openjdk-7-jdk 

If you want to install Oracle JDK, you can use PPA from webup8 team.

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

Installing IntelliJ IDEA

[Updated Answer]

Download IntelliJ IDEA CE from www.jetbrains.com/idea/download/.

  1. Extract ideaIC-XX.Y.Z.tar.gz using

    tar -zxvf ideaIC-XX.Y.Z.tar.gz
    
  2. Run idea.sh in bin directory inside the extracted folder.

  3. To create command-line runner, Tools > Create Command-line Launcher
  4. To create a desktop entry, Tools > Create Desktop Entry

That's it. Now, you can launch IntelliJ from Ubuntu dash.

[Old Answer]

Download IntelliJ IDEA CE from www.jetbrains.com/idea/download/.

  1. Extract ideaIC-XX.Y.Z.tar.gz using

    tar -zxvf ideaIC-XX.Y.Z.tar.gz
    
  2. Become root.

    sudo -i
    
  3. Move the extracted folder to /opt/idea

    mv ideaIC-XX.Y.Z /opt/idea
    
  4. Create a desktop file and install it:

    gedit idea.desktop
    

    and copy the following to the idea.desktop file.

    [Desktop Entry]
    Name=IntelliJ IDEA 
    Type=Application
    Exec=idea.sh
    Terminal=false
    Icon=idea
    Comment=Integrated Development Environment
    NoDisplay=false
    Categories=Development;IDE;
    Name[en]=IntelliJ IDEA
    

    then execute the following command to automatically install it in the unity:

    desktop-file-install idea.desktop
    
  5. Create a symlink in /usr/local/bin using

    cd /usr/local/bin
    ln -s /opt/idea/bin/idea.sh
    
  6. For idea icon to be displayed in dash, idea icon can be added as

    cp /opt/idea/bin/idea.png /usr/share/pixmaps/idea.png
    

That's it. Now, you can launch IntelliJ from Ubuntu dash.

2 of 6
29

This should get you started:

#!/bin/sh

add-apt-repository ppa:webupd8team/java &&
apt-get update &&
apt-get install oracle-java7-installer &&
echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections &&
update-java-alternatives -s java-7-oracle &&

wget -O /tmp/intellij.tar.gz http://download.jetbrains.com/idea/ideaIC-12.0.4.tar.gz &&
tar xfz /tmp/intellij.tar.gz &&
cd idea-IC-123.169/bin &&
./idea.sh

Some things you should consider:

  • I'm not sure at which part the echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections has to be. Might be a line earlier.
  • The line cd idea-IC-123.169/bin is dependend on the IntelliJ version, as the extracted folder is named in that way. It only works with the version available while I'm writing this.
  • Same goes for the download link. It might change with a newer version.
  • I'm not sure what happens if you try to add a ppa that already exists again. This could lead to problems.
  • You have to execute the script as root
🌐
Onsys Technologies
onsys.com.au › downoad-and-install-intellij-idea-community-edition
Download and install IntelliJ IDEA Community Edition - Onsys Technologies
March 9, 2025 - 1. Download IntelliJ IDEA Community Edition 2. Install IntelliJ IDEA Community Edition For Windows For macOS For Linux (Ubuntu/Debian) 3. Activate IntelliJ IDEA Community Edition The Community Edition is free and does not require activation.When you first open IntelliJ IDEA: 4. Set Up IntelliJ ...
🌐
JetBrains
youtrack.jetbrains.com › articles › IDEA-A-2100661971 › IntelliJ-IDEA-2024.2-Latest-Builds
IntelliJ IDEA 2024.2 Latest Builds | Knowledge Base
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
JetBrains
jetbrains.com › idea › download
Download IntelliJ IDEA
June 1, 2021 - Download the latest version of IntelliJ IDEA, the leading IDE for professional development in Java and Kotlin. Available for Windows, macOS, and Linux.
🌐
JetBrains
jetbrains.com › edu-products › download
Get Your Educational Tool - JetBrains
Download the latest version of Educational Products by JetBrains: for Windows, macOS or Linux.
🌐
Softpedia
softpedia.com › windows › programming › coding languages / compilers › intellij idea community edition
IntelliJ IDEA Community Edition - Download - Softpedia
Once you are done working, you can export your project to Eclipse, pack it into a zip file that can be shared with ease or you can save a selection or the entire project as HTML. IntelliJ IDEA Community Edition aims to help developers focus on their actual code rather instead of worrying if their IDE of choice comes with the functions they most require. DOWNLOAD IntelliJ IDEA Community Edition 2025.2.5 Build 252.28238.7 / 2025.3 Build 253.28294.251 RC for Windows
🌐
GitHub
github.com › JetBrains › intellij-community
GitHub - JetBrains/intellij-community: IntelliJ IDEA & IntelliJ Platform
Install IntelliJ IDEA 2023.2 or higher. For Windows set these git config to avoid common issues during cloning: git config --global core.longpaths true git config --global core.autocrlf input · IntelliJ open source repository is available from the GitHub repository, which can be cloned or downloaded as a zip file (based on a branch) into <IDEA_HOME>. The master (default) branch contains the source code which will be used to create the next major version of all JetBrains IDEs.
Starred by 19.3K users
Forked by 5.6K users
Languages   Java 53.1% | Kotlin 34.4% | Python 9.3% | HTML 1.5% | Starlark 0.8% | JavaScript 0.2%
🌐
Microsoft
winget.run › pkg › JetBrains › IntelliJIDEA.Community
Download and install IntelliJ IDEA Community Edition with winget
IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience.
🌐
Portapps
portapps.io › app › intellij-idea-community-portable
Portapps - IntelliJ IDEA™ Community portable
IntelliJ IDEA™ Community portable app made with Portapps. A Code-centric IDE, focused on your productivity. Download and install the latest portable setup where you want then run intellij-idea-community-portable.exe.
🌐
Policy and Manual Management System (PAMMS)
pamms.dhs.ga.gov › help › download-intellij
Downloading IntelliJ IDEA Community Edition
We’ll be using IntelliJ to edit policy files and run the git operations to commit and push your changes. Navigate to the JetBrains website and download the latest version of IntelliJ IDEA. Click Download. You will be taken to a page with download links for IntelliJ IDEA.
🌐
JetBrains
jetbrains.com › help › idea › update.html
Update IntelliJ IDEA | IntelliJ IDEA Documentation
5 days ago - When IntelliJ IDEA updates to a new major release, it opens the What's New in IntelliJ IDEA tab in the editor with information about the changes, improvements, and fixes. To open this tab manually, select Help | What's New in IntelliJ IDEA. If IntelliJ IDEA does not have HTTP access outside your local network, it will not be able to check for updates and apply patches. In this case, you have to download new versions of the IDE and install them manually as described in Standalone installation.
🌐
JetBrains
jetbrains.com › help › idea › installation-guide.html
Install IntelliJ IDEA | IntelliJ IDEA Documentation
1 month ago - To run IntelliJ IDEA, use the launcher batch script or executable in the extracted directory under bin. Download the disk image.