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).
Check if snap
command is installed (check this article to know how to install snap
command)
Run the following command:
xxxxxxxxxx
1
sudo snap install intellij-idea-community --classic
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.gz
file with the following command:xxxxxxxxxx
1tar -xzf ideaIC-2021.2.3.tar.gz
- in
bin
subdirectory run following command:xxxxxxxxxx
1./idea.sh