How-To Install any JetBrains product on Ubuntu Linux

Serhii Horoshko
1 min readApr 3, 2020

--

$ cd ~/Downloads/
$ sudo tar -C /opt/ -zxvf ideaIU-2019.3.2.tar.gz
$ cd /opt/idea-IU-193.6015.39/bin/
$ sh idea.sh
  • Configure -> Create Desktop Entry

--

--

No responses yet