Ubuntu 安装IntelliJ IDEA

1. 下载IDEA 
   官网地中:http://www.jetbrains.com/idea/download/index.html 
   选择对应操作系统的版本。下载后,我的文件名称为: ideaIU-11.1.1.tar.gz 

2. 安装 
   2.0 拷贝到安装位置(安装其实就是解压过程) 
   2.1 解压 
       /opt/idea-IU-117.117/bin $ sudo tar -xvf ideaIU-11.1.1.tar.gz 
   2.2 运行,提示错误 
       /opt/idea-IU-117.117/bin $ sh idea.sh 

转自: http://javajiao.iteye.com/blog/1670486

原文地址:https://www.cnblogs.com/pinganzi/p/6700854.html