How to install Intellij IDEA on Ubuntu?

前端 未结 11 2219
無奈伤痛
無奈伤痛 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:47

    You can also try my ubuntu repository: https://launchpad.net/~mmk2410/+archive/ubuntu/intellij-idea

    To use it just run the following commands:

    sudo apt-add-repository ppa:mmk2410/intellij-idea
    sudo apt-get update
    

    The community edition can then installed with

    sudo apt-get install intellij-idea-community
    

    and the ultimate edition with

    sudo apt-get install intellij-idea-ultimate
    

提交回复
热议问题