Skip to content

Instantly share code, notes, and snippets.

@codedeep79
Last active September 1, 2022 02:37
Show Gist options
  • Select an option

  • Save codedeep79/1040b2eef3140de4f5404286f433856b to your computer and use it in GitHub Desktop.

Select an option

Save codedeep79/1040b2eef3140de4f5404286f433856b to your computer and use it in GitHub Desktop.
Install IntelliJ IDEA on Ubuntu 20.04

Using snap

First, install the snap package manager using the apt command in case your system doesn’t have it.

sudo apt update && sudo apt install -y snapd

Install IntelliJ IDEA

sudo snap install intellij-idea-community --classic

Uninstall IntelliJ IDEA

snap remove intellij-idea-community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment