EN
Debian 10 - install IntelliJ IDEA Community version
8
points
In this short article, we will show how to install IntelliJ IDEA Community version on Debian 10 (it should be working on Debian 11 too).
1. Automatic installation
Check if snap command is installed (check this article to know how to install snap command)
Run the following command:
sudo snap install intellij-idea-community --classic
2. Manual installation
Simple steps:
- go to Jet Brains web page:
https://www.jetbrains.com/idea/download/#section=linux
or
https://www.jetbrains.com/idea/download/other.html - download IntelliJ IDEA Community version: e.g. 2021.2.3 - Linux (tar.gz)
- unpack
tar.gzfile with the following command:tar -xzf ideaIC-2021.2.3.tar.gz - in
binsubdirectory run following command:./idea.sh