Install IntelliJ on Ubuntu

Refer: https://www.jetbrains.com/help/idea/installation-guide.html#

Install the Toolbox App or use Snap instead

Download the tarball .tar.gz from the Toolbox App web page.

Refer: https://www.jetbrains.com/toolbox/app/

Extract the tarball to a directory that supports file execution.

For example, to extract it to the recommended /opt directory, run the following command:

$ sudo tar -xzf jetbrains-toolbox-1.13.4801.tar.gz -C /opt

Execute the jetbrains-toolbox binary from the extracted directory to run the Toolbox App and select which product and version you want to install. After you run the Toolbox App for the first time, it will automatically add the Toolbox App icon to the main menu.

$ sudo snap install intellij-idea-ultimate --classic
$ sudo snap install intellij-idea-community --classic

Refer: https://www.jetbrains.com/help/idea/uninstall.html#

$ sudo snap remove intellij-idea-ultimate
$ sudo snap remove intellij-idea-community

Leave a Reply