Ubuntu 安装IntelliJ IDEA
ubuntu repository: https://launchpad.net/~mmk2410/+archive/ubuntu/intellij-idea
To use it just run the following commands:
1.sudo apt-add-repository ppa:mmk2410/intellij-idea
2.sudo apt-get update
3.The community edition can then installed with(安装社区版用这条语句) sudo apt-get install intellij-idea-community
4.the ultimate edition with(安装旗舰版用这条语句) sudo apt-get install intellij-idea-ultimate
作者:一行代码的事
本文提供了在Ubuntu系统中安装IntelliJ IDEA的详细步骤,包括添加软件源、更新包列表及安装社区版和旗舰版的具体命令,帮助开发者快速配置开发环境。
314

被折叠的 条评论
为什么被折叠?



