EN
Ubuntu 18.04 - install IntelliJ IDEA Community version
7 points
In this short article, we will show how to install IntelliJ IDEA Community version on Ubuntu 18.04.
Run the following commands:
xxxxxxxxxx
1
sudo spt-get update
2
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. 2020.2 - Linux (tar.gz)
- unpack
tar.gz
file with the following command:xxxxxxxxxx
1tar -xzf idea-2020.2.tar.gz
- in
bin
subdirectory run following command:xxxxxxxxxx
1./idea.sh