avatar
download and install IntelliJ IDEA on Linux Linux

Downloading and installing from the link

ideaIC-2021.3.1.tar.gz

Run a tar command

sudo tar -xf ideaIC-2021.3.1.tar.gz

Change folder name from "ideaIC-2021.3.1" into "idea"

sudo mv ideaIC-2021.3.1 idea
sudo mv idea /opt/


You need to login to do this manipulation!