How to install Intellij IDEA on Ubuntu?

前端 未结 11 2228
無奈伤痛
無奈伤痛 2020-12-12 10:10

I\'m new to Ubuntu and Linux in general. I want to code in Java on my computer, but I\'m having problems installing IntelliJ IDEA on Ubuntu. I have downloaded and extracted

11条回答
  •  庸人自扰
    2020-12-12 10:59

    JetBrains has a new application called the Toolbox App which quickly and easily installs any JetBrains software you want, assuming you have the license. It also manages your login once to apply across all JetBrains software, a very useful feature.

    To use it, download the tar.gz file here, then extract it and run the included executable jetbrains-toolbox. Then sign in, and press install next to IntelliJ IDEA:

    If you want to move the executable to /usr/bin/ feel free, however it works fine out of the box wherever you extract it to.

    This will also make the appropriate desktop entries upon install.

提交回复
热议问题